{"item":[{"name":"Plan","description":"Планирование - создание рейсов, которые учитывают все заданные ограничения, на основе данных о заказах, исполнителях и транспорте.\n\nЗапросы на планирования возможно выполнять в синхронном (для тестирования) и асинхронном (для основного использования) режимах.\n\nЧтобы получить результат работы очистки исходной задачи воспользуйтесь [очисткой данных для планирования](#operation/run_plan_refine).\n","item":[{"id":"7c8d5043-b3a9-4e59-bb98-122b662a8a6d","name":"Планирование (ASYNC)","request":{"name":"Планирование (ASYNC)","description":{"content":"Запуск планирования рейсов - после загрузки и проверки данных возвращается идентификатор расчета `process_code`.\n\nС помощью `process_code` можно узнать [состояние расчета](#operation/read_plan_state) и [получить результат](#operation/read_plan_result),\na также [отменить расчет](#operation/cancel_plan_calculation) и [удалить временные данные](#operation/delete_plan_result) (иначе они автоматически удалятся по ttl, указанному в настройках расчета).\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"ff3672d0-7d5b-4181-9556-ba1bc53af427","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"353d4757-f1d4-479a-8e4a-2fa0612168a9","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"004c6e69-0145-4309-adf0-ae39e4e58fa7","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef0eda25-d291-4fcc-8773-e1fd23470d7c","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5bf70bca-9603-46a7-9b79-515c97b023cb","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2db8cbec-be90-4542-89e2-a2ac5cd10989","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\": 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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"97fe9d20-1567-4801-a4ae-70246f73cc5c","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"0680de8e-dbd2-4e71-9e74-6338d3519403","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"5e761057-e352-4cc0-a570-0dd19fbcc11c","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"7b502111-f724-4917-8d6c-363ee527cf28","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"6c54911c-1eb8-4da2-9594-46caad2eb686","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"077262f2-8f01-4d71-93fb-b93af7ea0f9d","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab5a0cc9-3aff-4367-8453-15f2d998ffac","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c257a881-cfdc-4e55-a55e-3f00c27226d2","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5fe6a76-9f97-4f2a-86a5-a3900b68d3ba","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f7d261e-3273-4d5a-8276-407d6d554f1a","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c14002d9-2610-4ac9-a271-5ea303098388","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd9e4b3b-e2c7-491d-b7b3-dc04d2292ae7","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1df95f1-cc4d-4084-82cd-b8fc28498125","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52c2b6ca-23a4-4afb-a95e-d8e51ec80db1","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dedd0c42-42ea-4e5f-a602-e66f1f80318d","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7128c506-cdbb-47df-8dfd-d16f8982ac8b","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"78d20ba4-0307-410c-821d-a86e34ca4cd1","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"c59a1910-1bc3-414a-80d2-0f8b80ee7aef","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"23dc04f7-6425-4c48-8ff4-0454a7ef97d4","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7ab1bcb-d992-4aa2-9ab4-67d656f80fb2","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b0eee30b-8e0a-4cef-8d21-ecd33e66ca64","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c28e09f6-b4f0-4e71-bf70-cde5eb60f9ed","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dd5504c8-b3e8-4ef1-977a-f8c7f8e07301","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4070d4f8-35a8-400f-a84e-b06f33dcd936","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ed23d64-25bf-4237-bb18-530d0b76bed3","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"050bbc0b-3d34-45a1-b324-616de20798e1","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8b8d758-8f86-406a-8e62-4dfff00b9cf5","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"784d617f-986c-44be-99f3-f436b67603a4","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ef641c2-53b0-41ba-80c2-92306319e44d","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"21b06e80-3a02-4f15-ab3c-727928d38272","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"f810b160-5e3f-4e2a-83f3-0433a81fd71e","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"7934f14b-46bd-4a92-9832-7d9cfff9bee0","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"318e9569-c58b-4272-bde5-19971c7d0ba9","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"c3b1a32b-86c9-4a14-b1d9-fb7a26cae373","name":"Планирование (SYNC)","request":{"name":"Планирование (SYNC)","description":{"content":"Синхронный метод для создания рейсов.\n\nДанный метод рекомендуется только для тестового использования и ручного запуска расчетов на небольшом объеме данных.\n\nДля боевой среды рекомендуется использовать [асинхронный метод](#operation/run_plan_calculation_async).\n","type":"text/plain"},"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"06d07524-47b7-4425-b9f1-f77fcc4388e6","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": -2547.505,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M37S\",\n \"distance\": 6164\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"driving_time\": \"PT3M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT18M23S\",\n \"distance\": 1185\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:28:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT1M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT11M48S\",\n \"distance\": 631\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.04S\",\n \"calculation_time\": \"PT1.012S\"\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":"80766a2c-07cb-4c71-8cdc-21fd67a35456","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"name\": \"1-HVFB\",\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 50.4,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT9M17S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT24M17S\",\n \"distance\": 7476\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 \"roundtrip_statistics\": [\n {\n \"roundtrip_key\": \"1-HVFB-1\",\n \"general_statistics\": {\n \"cost\": 3983.83,\n \"reward\": 2000.2,\n \"profit\": -1983.63,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT20M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H39S\",\n \"attributes\": []\n }\n }\n ],\n \"attributes\": []\n }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 107,\n \"preparing_time\": \"PT0.016S\",\n \"business_validation_time\": \"PT0.005S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT4.01S\",\n \"calculation_time\": \"PT1.007S\"\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 \"removed_items\": {\n \"location_keys\": [],\n \"location_keys_count\": 0,\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 \"fact_keys\": [],\n \"fact_keys_count\": 0\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c3deb5e-37ae-4504-8e74-d42af8965f4a","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:20:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": -6407.374,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"driving_time\": \"PT38M11S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT53M11S\",\n \"distance\": 13362\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:15:00Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 7617\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:46:45Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT23M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT33M39S\",\n \"distance\": 8276\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.019S\",\n \"calculation_time\": \"PT1.02S\"\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":"3592fa89-4d0a-4e70-8af5-2acc084ba39d","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:11:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": -4949.35,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT24M31S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT34M31S\",\n \"distance\": 8581\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"driving_time\": \"PT11M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT21M23S\",\n \"distance\": 3989\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:31:23Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT24M43S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT39M43S\",\n \"distance\": 8649\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.02S\",\n \"calculation_time\": \"PT1.012S\"\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":"8fc43869-dad7-4dfc-83c5-6eedb1b2ed9b","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": -3484.822,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M30S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M30S\",\n \"distance\": 6125\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"driving_time\": \"PT2M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT17M37S\",\n \"distance\": 916\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:27:37Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT17M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M26S\",\n \"distance\": 6105\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.021S\",\n \"calculation_time\": \"PT1.011S\"\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":"867c4469-d5bb-408e-a762-a32c0afdea2a","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"58f9a5a0-ad4a-479f-b90f-ab7c72fb7fdb","name":"PlanTaskMoscow","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"aeb63fdc-c6b2-43b8-bb94-90c7777df9c3","name":"PlanTaskDenver","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"ada0347f-9d78-460c-bb93-db882066ca8b","name":"PlanTaskBerlin","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"babe8219-3a53-4ab6-b22e-9ee6040ff69b","name":"PlanTaskBeijing","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"3b7073cb-5baa-441c-b022-ceebd5eea1b5","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"76f2fb57-4591-4bad-91c3-336a557011d8","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c23dddb-a175-48c2-a1ae-400157098214","name":"PlanTaskMoscow","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"621e0e8f-50bf-404f-a211-3ab67f65a828","name":"PlanTaskDenver","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"201be83e-1d34-4b26-8e80-8aeabb83a204","name":"PlanTaskBerlin","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"460407ac-b957-4193-b67e-60c1c1774980","name":"PlanTaskBeijing","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"992b138e-1885-4062-bc3a-c918fb8cf87b","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d9565630-05b4-46e9-9903-8ebd358a88f1","name":"PlanTaskMoscow","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d146f6c-5db3-4f1e-8239-c8fca955d0a6","name":"PlanTaskDenver","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54b6fa53-caa9-4022-80dd-c0aed09a5e7c","name":"PlanTaskBerlin","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fd4e1b3f-126e-450e-b78b-230c6aa98d55","name":"PlanTaskBeijing","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"737732ea-165c-4f0f-85de-c0ae00d71c3e","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"01f9322f-482c-49f8-a8c3-b58369e3e4fc","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"1a7e75ef-5ba5-4c9e-ba6a-74c6bc323b79","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"bed8f5e7-e770-47f9-9b19-773718e2e598","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35357f80-3cb1-4ce5-a44a-11b20bc57317","name":"PlanTaskMoscow","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"317b0b9f-ff00-415c-a399-08131e59c349","name":"PlanTaskDenver","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23fd75ee-85e6-420c-8d97-c869721ec311","name":"PlanTaskBerlin","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"742f48af-3a19-4e7d-9b65-87ab1d0b834e","name":"PlanTaskBeijing","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7a55662-8834-4929-aa9d-8dbcd34234ec","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b110d86c-3b4a-46fa-a175-c6a1901e79c8","name":"PlanTaskMoscow","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1c0044e-20c6-43cb-874a-32cceb07c06d","name":"PlanTaskDenver","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d0b90b35-71d9-47fe-b77c-081a986fe9bb","name":"PlanTaskBerlin","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d18666c-a996-4143-9537-c2a5069735fa","name":"PlanTaskBeijing","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"029171ea-5b25-4b90-a27e-922e2228a219","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"8349aa11-dd92-4d35-b620-ed61dd315af7","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"8e6675a8-0dbc-4c7b-847f-0ab4aef58386","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"29aef30d-5769-4e5d-84ef-5a6cfc0bfb32","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"4babfd9e-f291-4876-a62d-3ae56b229d55","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"62556f78-609e-4c2f-8056-856c9664d82f","name":"Отмена расчета","request":{"name":"Отмена расчета","description":{"content":"Отмена процесса планирования по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","plan","calculation-async",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"10b6b46f-26d0-435c-9e02-eea1993b2d18","name":"Расчет успешно отменен","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"17ce88c2-63ae-461b-91b4-02b7a01c0fa3","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"932eecbf-99df-401a-a0cd-18f240896cff","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"7c798a69-0024-4cfb-abec-788b448e0ff3","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"435f201e-0d55-48ae-a5e1-0d5c91d4fd09","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91c69191-84a2-44a3-80bd-f43cfaf0d089","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"975c8797-1b80-4d8c-a3b9-0e932fadbaea","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"2330a1ac-2bbf-4813-bdf4-2218ffd744ce","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"c079ef8e-cd34-4b3b-9bf7-493c1df9de4e","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f0c453fb-1572-4c4f-9c63-e7c6feb7e142","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac444898-fb13-440c-b58e-2ba109270593","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"7bd6a299-8ec5-42db-a3eb-19a46815a842","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"fbb28c6a-eed2-4d71-840d-94b265ce61a5","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"cba3e90e-2e87-4168-b441-3a8ecd4864ad","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"77a44a97-5e4f-42f6-a86f-1be058b7db3a","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","calculation-async",":process_code"],"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":"55b36172-2fe6-4de9-a556-c65f0773c99d","name":"Состояние расчета","request":{"name":"Состояние расчета","description":{"content":"Получение состояния расчета по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","plan","state",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"797f2183-17e3-4dde-ae9a-a3872e985acf","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb56da53-4c50-422c-b8f2-ccab7dbebe56","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70c3c28a-7501-4049-912d-5751ea0f7076","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"79bfcf69-cdcf-4c44-817b-e5ff18770d95","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"2341a089-25cb-4e21-bdf1-20e84e62d86c","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8ed937a6-9c88-4e21-848c-3600fa370faf","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e1e6173-df8b-4d7a-a4ad-fc53ca0ccc87","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef5ad4a6-33f8-4789-9d36-3153280bf961","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"f1f3620e-aa77-4322-bc0b-6bac15afdc0a","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"021eab29-8f9b-4ecf-a8a1-07b7248e91c0","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"f0f72252-0b33-4b70-8464-6bef37e3e76c","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26d1349e-70d2-4860-bb74-c94f455f118f","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f02e7aed-9d6a-43c0-903f-e3d565be30b7","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"7a911852-9a2e-4990-8f7b-e603cea323f8","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"f7bf6d44-39b2-43e5-aaf5-20ce02d0a9e8","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"fa204255-ef4e-4351-b696-f3ac90653b21","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"b7e84d34-d45f-4700-8abf-3ccb229dd616","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","state",":process_code"],"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":"0f9cb32f-0aac-452b-85e1-485367f2dc7e","name":"Получение результата","request":{"name":"Получение результата","description":{"content":"Получение результата планирования по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","plan","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"9daaee11-2fbc-497e-b3a0-6b34fbfb37c9","name":"PlanResultTokyo","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": -2547.505,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M37S\",\n \"distance\": 6164\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"driving_time\": \"PT3M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT18M23S\",\n \"distance\": 1185\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:28:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT1M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT11M48S\",\n \"distance\": 631\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.04S\",\n \"calculation_time\": \"PT1.012S\"\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":"27ccf517-b17b-403d-adcc-4c27189f4fea","name":"PlanResultMoscow","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"name\": \"1-HVFB\",\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 50.4,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT9M17S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT24M17S\",\n \"distance\": 7476\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 \"roundtrip_statistics\": [\n {\n \"roundtrip_key\": \"1-HVFB-1\",\n \"general_statistics\": {\n \"cost\": 3983.83,\n \"reward\": 2000.2,\n \"profit\": -1983.63,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT20M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H39S\",\n \"attributes\": []\n }\n }\n ],\n \"attributes\": []\n }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 107,\n \"preparing_time\": \"PT0.016S\",\n \"business_validation_time\": \"PT0.005S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT4.01S\",\n \"calculation_time\": \"PT1.007S\"\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 \"removed_items\": {\n \"location_keys\": [],\n \"location_keys_count\": 0,\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 \"fact_keys\": [],\n \"fact_keys_count\": 0\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7547cc9e-f645-455a-8341-44415bc49ebc","name":"PlanResultDenver","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:20:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": -6407.374,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"driving_time\": \"PT38M11S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT53M11S\",\n \"distance\": 13362\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:15:00Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 7617\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:46:45Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT23M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT33M39S\",\n \"distance\": 8276\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.019S\",\n \"calculation_time\": \"PT1.02S\"\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":"1df75c28-1042-4707-a270-5adf47783df5","name":"PlanResultBerlin","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:11:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": -4949.35,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT24M31S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT34M31S\",\n \"distance\": 8581\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"driving_time\": \"PT11M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT21M23S\",\n \"distance\": 3989\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:31:23Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT24M43S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT39M43S\",\n \"distance\": 8649\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.02S\",\n \"calculation_time\": \"PT1.012S\"\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":"ad002613-dfbe-4c4f-aa09-7f9095a30021","name":"PlanResultBeijing","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": -3484.822,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M30S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M30S\",\n \"distance\": 6125\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"driving_time\": \"PT2M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT17M37S\",\n \"distance\": 916\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:27:37Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT17M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M26S\",\n \"distance\": 6105\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.021S\",\n \"calculation_time\": \"PT1.011S\"\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":"26fa436b-1b1a-440c-ad66-b170a72d118b","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"name\": \"1-HVFB\",\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 50.4,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT9M17S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT24M17S\",\n \"distance\": 7476\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 \"roundtrip_statistics\": [\n {\n \"roundtrip_key\": \"1-HVFB-1\",\n \"general_statistics\": {\n \"cost\": 3983.83,\n \"reward\": 2000.2,\n \"profit\": -1983.63,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT20M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H39S\",\n \"attributes\": []\n }\n }\n ],\n \"attributes\": []\n }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 107,\n \"preparing_time\": \"PT0.016S\",\n \"business_validation_time\": \"PT0.005S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT4.01S\",\n \"calculation_time\": \"PT1.007S\"\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 \"removed_items\": {\n \"location_keys\": [],\n \"location_keys_count\": 0,\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 \"fact_keys\": [],\n \"fact_keys_count\": 0\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f5e7303-c811-4416-8fb6-d946a3505260","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"name\": \"1-HVFB\",\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 50.4,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT9M17S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT24M17S\",\n \"distance\": 7476\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 \"roundtrip_statistics\": [\n {\n \"roundtrip_key\": \"1-HVFB-1\",\n \"general_statistics\": {\n \"cost\": 3983.83,\n \"reward\": 2000.2,\n \"profit\": -1983.63,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT20M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H39S\",\n \"attributes\": []\n }\n }\n ],\n \"attributes\": []\n }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 107,\n \"preparing_time\": \"PT0.016S\",\n \"business_validation_time\": \"PT0.005S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT4.01S\",\n \"calculation_time\": \"PT1.007S\"\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 \"removed_items\": {\n \"location_keys\": [],\n \"location_keys_count\": 0,\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 \"fact_keys\": [],\n \"fact_keys_count\": 0\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9eae3cd2-1921-4ca3-b99f-3c8864cb9d71","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"63bebdde-c554-4a6e-8258-62d7dcd11fa6","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4252d04c-ad62-4aad-ac32-794f061f7267","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3d1e334-65a7-4290-a56c-c4f36eb19644","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ee6a478-9997-4162-9a9e-9fe6b239b7ff","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"a5e29688-168e-4cc0-b461-f2eb2cc72062","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"0258118a-be81-47b9-9186-616e4a87e3d2","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"a368d2c6-6f85-49e0-8b0a-92bd24621071","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7cba76f9-d193-40c3-b1d3-8ad265f47f61","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"407e8c75-745c-47b3-a0e4-0e939276ecae","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"666a48d1-f9e9-4a40-9731-32f07d6f4923","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"16b93b36-2640-4863-a7c4-08d1e6b45b43","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"ae61d5de-d6b3-4afa-9d61-6fb935a2b604","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"1705759f-f069-40f1-ad87-8baf43b63082","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"bbf07425-63aa-461a-8fe2-c417d89cbc43","name":"Удаление результата","request":{"name":"Удаление результата","description":{"content":"Удаление результата по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","plan","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"9e929d1d-7ad8-4bba-a9f6-cdfcde331ab0","name":"Успешное выполнение - результат расчета удален","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"bbfb7545-9468-47e2-8978-179b7a3b1f07","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"55628da6-97b5-4049-a2af-f23442a941b8","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2fe586c7-87c0-4a14-b05f-262d9decac25","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9b47c9e-a587-43bb-a470-1b37fc0bc81f","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d801a3ad-ce84-4c37-bb98-d2d021e8e589","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"5f72588e-382c-4676-a0f0-aabf5647c427","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"a79ab47e-da3a-4579-9f4f-b6d018ad2e1d","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"bc46a436-dc8f-49d4-93d9-6cad47c2bae9","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f1e906c-c877-4301-b844-10ad2e193df9","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3fcd30ae-db8f-40c9-b93d-bef92ad137f4","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"470897a8-f5f9-4fe5-b3cb-7fd22fd68947","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"04a70387-8e23-440e-9c4c-5ab4e29443fd","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"dd0112c7-3d5e-4492-81d3-93c6881a7b1b","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"4390db7e-09f7-454a-9b2f-3d539b8eb443","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","result",":process_code"],"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":"8f838b56-3e0a-4768-8400-01500f46d626","name":"Валидация данных","request":{"name":"Валидация данных","description":{"content":"Проверка данных для планирования перед использованием.","type":"text/plain"},"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"c75db55e-3e11-4ff2-aaa1-fc0a88471f2f","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"50052fb5-20d2-4dfc-82e6-16e9861c009f","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"d97e1b03-e451-40a4-83f6-605a18634203","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"0c887444-6a9d-4ad9-86a7-b1237f96431e","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"b6183f2c-afbd-401c-b688-1810ea728dd7","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"e894ba42-56e8-4122-9648-e7c4a3288585","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\": 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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"e823c165-bd6d-4cc9-a5f9-4c1e8a3facdb","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"42714fac-4ab7-47f9-be90-d66397d63beb","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"cca7fa11-d679-4a57-ae9e-8948933de531","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"c7fc6464-f3c3-43b2-82d0-3bfd8f4b9668","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"3c530008-81a4-4f68-8472-1fec635b169c","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"3d34ef4a-4e3d-4ada-8df5-14022e709a63","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05934613-d212-4d9e-8f8f-d9aff3405b04","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86ab4a7e-830b-45e4-af04-403ab1890cac","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6999b8cd-4a96-4e83-877f-b93053dfbf4e","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a797cd43-60db-473d-8056-8e6bb13e7144","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b8a472c-4f9b-4223-9e81-c833bb4d2b7a","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"508bc90a-3dbd-4a9e-b150-5b483688e36b","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37a901a2-7d89-4076-bb24-1f9c06eb4d83","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27fd1a36-35b0-4c6d-a243-53475b449577","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f16c08a5-16a6-4cce-a19f-c707ae1ee41f","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01a6c8e8-8731-45e2-b867-c3fd40db008e","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"c43025d8-b704-4b33-9ac8-71d81a1676b6","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"ec63aa1f-30c8-4a3b-92da-3f60752815cd","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"eeb9da69-37d7-4492-806f-f7195112f7b8","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae6ef73b-e988-4932-9d62-f9b02bdfe729","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b09301c0-9e5f-4b93-b1fb-cf6474182b7b","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2a30db41-1944-4ceb-abfd-a5741470c2dc","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f54fdbbb-ac7e-4c9a-bec4-054480d5b44f","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe8f1679-85d7-4f69-958e-ec9837d0cc53","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28192ba2-e24a-42ab-ba02-009915059bc0","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"02cd812e-178a-427a-a381-946e5dea5c5d","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"584a970b-b85d-4995-9429-f2750430c6a3","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"234d0035-c3e3-4169-ae12-aab56c2db83e","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"31c3afc3-27a2-437f-bb04-10120f903589","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"6616c653-198f-479f-9b31-4d9a9bc788f6","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"0b62275f-2093-48d0-8bf8-7a5a47f32061","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"8fc27c63-c999-45bd-828c-accee6463e4a","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"86c37d81-ac1b-471c-9b25-6ec5a2f38d7d","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 35.7048259,\n \"longitude\": 139.7297071\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 35.71861,\n \"longitude\": 139.7190533\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 35.7099049,\n \"longitude\": 139.7265958\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 35.7042346,\n \"longitude\": 139.6531996\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"d00e7d41-45df-4b56-9106-b5cf3701f393","name":"Очистка данных","request":{"name":"Очистка данных","description":{"content":"Очистка данных для планирования перед расчетом.","type":"text/plain"},"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"898627e9-b8a6-499b-8cb4-3d8d11b8658f","name":"Очистка успешно завершена","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"plan_task\": {\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35ca10ce-8d44-4640-939f-0efe5711ef5a","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"29dbdc72-06b2-4cc0-9fe9-3d81b1bd5413","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"b1437a3e-bcd4-4a03-b774-44d912ccbe6e","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce45d885-6972-4963-92c1-8eab91248afa","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e4aca74-9bc2-48b5-8852-47909d9d2c45","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"0365b153-7946-4c65-894d-bacee2d0fa40","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"191fcf37-9314-471b-85b8-048fb9285c6e","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"bccb72a0-d061-4ba2-906b-be63e6ed19e6","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fff4722d-340f-4955-b7e1-09b7772e6257","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"72fb3899-3835-41db-9a35-bcddeb6f59f1","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"3e51b572-862c-4c80-9093-7fd2ea0d710f","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"490810a7-f335-493b-9ef7-856f431eb5e1","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"74f429d8-fac6-49ea-9784-feecbcb2376c","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"70d126d7-3baa-4d7d-aabd-9b78b17afd36","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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":"6ca016ec-9bc1-4c17-8e42-8a814a536e11","name":"Расчет статистики по рейсам","request":{"name":"Расчет статистики по рейсам","description":{"content":"Расчет статистики по существующим рейсам\n","type":"text/plain"},"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"aa445672-9593-4f41-ae48-62f8fd4d38a1","name":"PlanResultTokyo","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:13:23Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:28:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:11Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:11Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"018fcd54-adda-4463-8a24-0f253264223f-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 5547.805,\n \"reward\": 3000.3,\n \"profit\": -2547.505,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT22M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT57M48S\",\n \"distance\": 7980\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 7.98,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T04:42:23Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:23Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M37S\",\n \"distance\": 6164\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:13:23Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:28:23Z\"\n },\n \"driving_time\": \"PT3M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT18M23S\",\n \"distance\": 1185\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:30:11Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:28:23Z\",\n \"to\": \"2025-03-08T05:40:11Z\"\n },\n \"driving_time\": \"PT1M48S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT11M48S\",\n \"distance\": 631\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.04S\",\n \"calculation_time\": \"PT1.012S\"\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":"66aaafa5-20e1-4d56-a8dd-4613d957bbb0","name":"PlanResultMoscow","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 0,\n \"cost\": 2000,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 17110,\n \"cost\": 3397.1,\n \"reward\": 0,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 17110,\n \"cost\": 3997.1,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"distance\": 27007,\n \"cost\": 4752.07,\n \"reward\": 1000.1,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"DEPARTURE\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\",\n \"DURING_ROUNDTRIP\"\n ],\n \"cargo_actions\": [],\n \"distance\": 27007,\n \"cost\": 5352.07,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"ARRIVAL\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"DURING_ROUNDTRIP\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:40:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\",\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"DURING_ROUNDTRIP\"\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_actions\": [],\n \"distance\": 34483,\n \"cost\": 5983.83,\n \"reward\": 2000.2,\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:13Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"distance\": 34483,\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"name\": \"1-HVFB\",\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 1,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 50.4,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"c056cbf2-864c-498f-881b-eff8b6d79875-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6883.83,\n \"reward\": 3000.3,\n \"profit\": -3883.53,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H15M39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H15M39S\",\n \"attributes\": []\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:40:13Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT9M17S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT24M17S\",\n \"distance\": 7476\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 \"roundtrip_statistics\": [\n {\n \"roundtrip_key\": \"1-HVFB-1\",\n \"general_statistics\": {\n \"cost\": 3983.83,\n \"reward\": 2000.2,\n \"profit\": -1983.63,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:55:13Z\"\n },\n \"driving_time\": \"PT40M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT20M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H39S\",\n \"distance\": 34483\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 0,\n \"round_trips_count\": 1,\n \"average_roundtrip_distance\": 34483,\n \"average_roundtrip_time\": \"PT1H39S\",\n \"attributes\": []\n }\n }\n ],\n \"attributes\": []\n }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 107,\n \"preparing_time\": \"PT0.016S\",\n \"business_validation_time\": \"PT0.005S\",\n \"math_validation_time\": \"PT0S\",\n \"waiting_time\": \"PT4.01S\",\n \"calculation_time\": \"PT1.007S\"\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 \"removed_items\": {\n \"location_keys\": [],\n \"location_keys_count\": 0,\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 \"fact_keys\": [],\n \"fact_keys_count\": 0\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66c9f817-6266-449d-9e70-9ec83c1d0477","name":"PlanResultDenver","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:21:49Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:15:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:36:45Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:46:45Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:10:24Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:20:24Z\",\n \"flags\": [\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"79ffbe44-ce64-4559-9f94-6618bfa588a1-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 9407.674,\n \"reward\": 3000.3,\n \"profit\": -6407.374,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT1H23M35S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H58M35S\",\n \"distance\": 29255\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 29.255,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T04:21:49Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:21:49Z\",\n \"to\": \"2025-03-08T05:15:00Z\"\n },\n \"driving_time\": \"PT38M11S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT53M11S\",\n \"distance\": 13362\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:36:45Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:15:00Z\",\n \"to\": \"2025-03-08T05:46:45Z\"\n },\n \"driving_time\": \"PT21M45S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT31M45S\",\n \"distance\": 7617\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T06:10:24Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:46:45Z\",\n \"to\": \"2025-03-08T06:20:24Z\"\n },\n \"driving_time\": \"PT23M39S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT33M39S\",\n \"distance\": 8276\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.019S\",\n \"calculation_time\": \"PT1.02S\"\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":"237d1f8a-8455-4117-8e1e-e50ebb2e4dd7","name":"PlanResultBerlin","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:35:29Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:21:23Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:31:23Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:56:06Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T06:11:06Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"93e27ec5-3d4c-4f3e-9b6d-c028d16f7397-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 7949.65,\n \"reward\": 3000.3,\n \"profit\": -4949.35,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT1H37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H35M37S\",\n \"distance\": 21219\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 21.219,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T04:35:29Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:35:29Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT24M31S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT34M31S\",\n \"distance\": 8581\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:21:23Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:31:23Z\"\n },\n \"driving_time\": \"PT11M23S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT21M23S\",\n \"distance\": 3989\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:56:06Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:31:23Z\",\n \"to\": \"2025-03-08T06:11:06Z\"\n },\n \"driving_time\": \"PT24M43S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT39M43S\",\n \"distance\": 8649\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT3.02S\",\n \"calculation_time\": \"PT1.012S\"\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":"b4cd8602-362d-4170-89b0-52ed8cec1d8f","name":"PlanResultBeijing","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-01T11:50:15.123Z\"\n },\n \"trips\": [\n {\n \"key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:42:30Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:12:37Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:27:37Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:45:03Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_LOCATION_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:55:03Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"252f9b58-44d1-4482-8e35-36af9308e7a4-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6485.122,\n \"reward\": 3000.3,\n \"profit\": -3484.822,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT37M33S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H12M33S\",\n \"distance\": 13146\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 13.146,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n },\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T04:42:30Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:42:30Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT17M30S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M30S\",\n \"distance\": 6125\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_3\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:12:37Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:27:37Z\"\n },\n \"driving_time\": \"PT2M37S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT17M37S\",\n \"distance\": 916\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\": 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\": 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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:45:03Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:27:37Z\",\n \"to\": \"2025-03-08T05:55:03Z\"\n },\n \"driving_time\": \"PT17M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT27M26S\",\n \"distance\": 6105\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.021S\",\n \"calculation_time\": \"PT1.011S\"\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":"1298c427-04d5-4fb3-86d4-12248d8b8133","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"c6e0fc4e-4234-471a-b32f-32fcd18e454a","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"3ee6aa24-77e8-4030-b2d5-6cc16473b0d2","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e98b3768-d96e-475a-80d5-42b745314b87","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef77dfc2-6501-40ea-9c2b-add8691d3542","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d8a148ef-2334-4cb8-914c-6156ed4a1845","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"25feea02-4c5c-419e-a9fc-b71a73d62bcd","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"9dcadf30-78f8-4929-a5c5-2dda085eba73","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"687a05b8-ecac-4cd4-b328-2ca2e27743d3","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","plan","statistics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f8d9bfe-ec19-4adb-bb84-d8c79b42b36e","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"ea78eebc-fa5f-4d1b-9216-62434757a944","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"0053a202-c644-42b8-a141-b8ce59bddd6c","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"2a10a444-c58d-4f1a-9908-ba451c337f33","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"f40e4ae4-9816-4d12-8848-efc2a2367107","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","plan","statistics"],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"Actualize","description":"Актуализация рейсов - обновление планового времени выполнения заказов с учетом фактов и без изменения порядка обьезда.\n\nАктуализация проходит в три этапа - проверка, применение фактов, планирование времен у невыполненных состояний рейсов.\n\nЧтобы получить результат очистки и применения фактов к исходной задаче воспользуйтесь [переработкой данных](#operation/run_actualize_refine).\n\nПолученные в результате актуализации рейсы не меняют исполнителей, транспорт и порядок выполнения заказов, содержат только те работы, которые осталось выполнить. Заказы, которые не могут быть выполнены - остаются назначенными на исполнителя и попадают в `waitlist`.\n\nОчистка данных:\n\n* Из датасета удаляются сущности, на которые не ссылаются входные рейсы - исполнители, транспорт, назначения, заказы, факты.\n* Если на одну сущность ссылается несколько фактов - учитывается только самый поздний по полю time, если время совпадает - учитывается случайный из них.\n* Удаляются все факты, которые произошли позже, чем `actualize_settings.current_time`.\n\nУчет существующих рейсов:\n\n* Рейсы трансформируются в назначения `hardlink` - т.е. назначенные на рейс смены исполнителя и транспорта не могут использоваться в других рейсах.\n* у заявок удаляются события-заменители и фиксируется порядок выполнения с помощью `precedence_in_trip`, если у заявок уже был указан порядок выполнения - он будет перезаписан.\n\nУчет текущего времени:\n\n* Если текущее время `actualize_settings.current_time` в данных не задано - то используется время получения запроса сервером.\n* Учитываются только те факты, которые произошли до `actualize_settings.current_time`.\n* Если текущее время больше чем левая граница временных окон всех событий и смен - то левая граница сдвигается до текущего времени.\n* К правой границе временных окон всех событий и смен добавляется допустимое время опоздания `actualize_settings.max_delay_duration`.\n* Мягкие временные окна корректируются только в случае, если длительность заявки не позволяет выполнить заказ внутри мягкого окна.\n\nУчет факта о изменения локации `NEW_LOCATION`:\n\n* Для учета факта в списке локаций `locations` должна находится новая локация, которая описывает текущую координату исполнителя.\n* Если рейс начался (время факта позже планового времени начала рейса) - транспорт считается в той же локации, что и исполнитель - т.е. изменяются `start_location_key` у исполнителя и транспорта.\n* Если рейс не начался (время факта до планового времени начала рейса) - изменяется только начальная локация исполнителя, локация транспорта остается из исходных данных.\n* При наличии нескольких фактов учитывается только самый поздний по полю `time`.\n\nУчет факта о завершении заказа `ORDER_DONE`:\n\n* Из данных для актуализации удаляются заказ, его заявки и связанные с ними локации.\n* Груз считается выгруженным из транспорта.\n\nУчет фактов о начале работ над заявкой `DEMAND_START`:\n\n* На каждый рейс разрешен только один незакрытый факт `DEMAND_START` (закрывается фактом `DEMAND_DONE`) - так как исполнитель может в один момент времени выполнять только одну заявку, учитывается самый поздний факт по полю `time`.\n* Время работы над заявкой сокращается на уже потраченное на нее время (вычисляется как длина промежутка между фактом `DEMAND_START` и `actualize_settings.current_time`).\n* Если есть факт о работе по заявке, которая противоречит плановому порядку в указанном рейсе - будет сперва завершена эта заявка, затем продолжится выполнение рейса согласно запланированному порядку.\n* Факт о заказе имеет больший приоритет, чем факты о заявках по этому заказу (если факты о заявках противоречат факту о заказе - они не будут учтены).\n\nУчет фактов о частичном выполнении заказов `DEMAND_DONE`:\n\n* Если у заказа выполнены все заявки - он считается завершенным (действия аналогичны обработке факта `ORDER_DONE`).\n* Если выполнена заявка с типом `WORK`, то заявка удаляется из заказа.\n* Если выполнена заявка с типом `DROP`, то заявка и ее грузы, а также соответствующая ей заявка с типом `PICKUP` удаляются из заказа.\n* Если выполнена заявка с типом `DROP_FROM_BOX` то заявка и ее груз удаляются из заказа.\n* Если у заказа выполнена заявка с типом `PICKUP`, то соответствующие ей заявки с типом `DROP` будут преобразованы в заявки с типом `DROP_FROM_BOX`.\n* Если выполнена заявка с типом `PICKUP_TO_BOX`, то заявка и груз удаляются и у транспорта уменьшается capacity соответствующего отсека (при это изменения совместимостей не производится).\n","item":[{"id":"90d96e6d-e791-4e61-b4fc-e55119066946","name":"Актуализация (ASYNC)","request":{"name":"Актуализация (ASYNC)","description":{"content":"Запуск актуализации существующих рейсов - после загрузки и проверки данных возвращается идентификатор расчета `process_code`.\n\nС помощью `process_code` можно узнать [состояние расчета](#operation/read_actualize_state), [получить результат](#operation/read_actualize_result),\na также [отменить расчет](#operation/cancel_actualize_calculation) и [удалить временные данные](#operation/delete_actualize_result) (иначе они автоматически удалятся по ttl, указанному в настройках расчета).\n\nЗадачу на актуализацию можно трансформировать в задачу на планирование с помощью [переработки данных](#operation/run_actualize_refine).\n","type":"text/plain"},"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"6fe3840c-54b5-4cbb-88d8-9b6c55ea333c","name":"Расчет успешно добавлен в очередь","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db01b0be-9ec8-4d58-adac-08ff867d0048","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"112da3dd-feeb-48a2-97a0-7544278c6f0e","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2b5de116-c63f-40b2-aa12-f5e1f19d8e6a","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff0908b5-ae58-4350-a294-f21692cc5913","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01120cd2-a1b9-4926-9257-f0b74d4c7807","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"12719e84-664f-4f1c-85fb-4ed11f7fdf74","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"bef9b3bb-d440-4584-b908-f971ddccd281","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"efdfa5cd-120c-4a7e-9f28-a209a913de46","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"609f6999-f4e6-437c-a5a0-ce3c30fb8c04","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e49b2304-26dd-4b8e-8dda-f6356b165947","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"bea60109-86f4-4628-86a0-d080cf205300","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d07cda16-68fd-4061-8aee-02ff1c343455","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"1dead368-ca31-42b6-a916-47f06a068aac","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0f777b43-88f3-4649-9829-e8ad47d73124","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"daec8dfb-22cc-4a8c-8b7e-d9976fab4930","name":"Актуализация (SYNC)","request":{"name":"Актуализация (SYNC)","description":{"content":"Синхронный метод для актуализации существующих рейсов.\n\nДанный метод рекомендуется только для тестового использования и ручного запуска расчетов на небольшом объеме данных.\n\nДля боевой среды рекомендуется использовать [асинхронный метод](#operation/run_actualize_calculation_async).\n","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"ced5c90c-5877-4f2c-8f74-8d33366c5f04","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_actualize_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"86857f0e-0f97-46d3-b22e-b3bed6839ce9","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"7bab22e0-a318-4b35-8cf9-5e49a0ff2876","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d1bc68c0-8d58-4c4f-8fd7-3e1b8af659ad","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90d8861e-594a-425d-897d-96bbf9bf09fb","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cdda4efd-8a62-494e-9ab4-81f08aa11145","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"201fe51e-9c51-4231-ac95-2db828fac853","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5fe08877-3d68-4f88-83ef-e724650ed7c1","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9030c026-452c-43c0-bf13-3dfefe0d6250","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"33d84a70-0667-47b7-b86c-3f634af1f3f5","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"36b3026e-2bca-4a9a-a0ff-cecf05435a5f","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"09050f95-d574-4b04-9ecb-5c0031e5f124","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9d9ea44e-854b-4bdd-a7db-5dff933decc0","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2683a233-d096-4660-abd7-9f8075c0d7f2","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"56ff08c9-a2b1-4754-8902-8977d6a107ee","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"24c4db2f-8078-4000-bb58-361f52fa572f","name":"Отмена расчета","request":{"name":"Отмена расчета","description":{"content":"Отмена процесса актуализации по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","actualize","calculation-async",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"9d36abe2-a8a4-4080-a6ff-b7a046a01e83","name":"Расчет успешно отменен","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"44ffc1e1-b134-4638-9468-c903a83766d5","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"caf1066a-728f-47f2-9e47-bbd29c648fea","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"435acb1c-578a-4f57-a09c-9d393cbbed5c","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61a83693-b40c-4d98-b34c-f129c54dd7aa","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d68ab9a-3a17-4fba-80b2-c7f52191511f","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"36bbea59-09e8-490f-bbdf-4246b34eda2a","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"dfe55e68-df6b-4282-bd49-477039319070","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"fec36f36-2356-4e4d-8d43-24de5ce28907","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"790de142-e5b3-4eb9-97e6-ce83b0fdc3fb","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9953a6f3-c38c-42a3-9aa0-8af0332c9f9d","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"032928a0-7c37-4fb7-bcf7-32fed02c5466","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"e0d16a56-5c4c-4d16-b552-81eb89ff1a94","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"9db2eef5-5351-4f12-a009-4130f8fd710d","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"59b3c6e8-ad6c-4062-bcc3-a56dec7e7c83","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","calculation-async",":process_code"],"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":"02d2c631-657e-4dd6-9c92-a2c15cf3e72f","name":"Состояние расчета","request":{"name":"Состояние расчета","description":{"content":"Получение состояния расчета по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","actualize","state",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"8fa4bd7a-8ef5-4727-9a6e-71552dddfd9f","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f28e782a-2230-4751-b927-3d79c2c9a0a6","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4259f199-327f-46ab-a107-bb9f531b2c14","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d7663a45-6f70-4abc-8dd0-f3d83ab321a2","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"5a8db0a4-92e8-4acf-aba4-e8b4d1002182","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f30f7a1d-c07b-40d6-846c-ea9c66090b3e","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1d55b25-67d9-401e-98c6-044e88932888","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1fbf5fce-a4ae-4c7e-b625-ce37a5b32c2a","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"3ca8086c-2666-46d1-b0b7-03a1361f9a48","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"66f46594-db79-4ef8-a6d1-73569b289d30","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"0e98ad32-ecc8-406b-8ba4-cecb78c7d366","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"44a47a5b-6149-42c1-ab24-622c340f8997","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0989397e-08bc-45dd-9941-330c97343d20","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"693e4b22-9792-49e7-b240-99b7a87577a1","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"63616e23-e390-4ae9-a3c9-707cc508ee97","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"72c519ce-de0b-4d27-98c6-6656cacf93ed","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"dfe75132-25c4-42c8-b90f-4237271790d7","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","state",":process_code"],"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":"cd5ae722-ec1e-4f1b-9a41-5837124cd24c","name":"Получение результата","request":{"name":"Получение результата","description":{"content":"Получение результата актуализации по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","actualize","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"ca7737ea-2b91-47b8-b4cf-d45ae6102e72","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_actualize_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"a39b2984-b4e4-4056-97f5-178d133ee299","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_actualize_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"a9220a66-2721-4a6e-9a9e-245e47ab0b89","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_actualize_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"c9857996-3c46-41ba-a5bc-9147cb57f524","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"202c6037-0b5a-4490-b4bb-e0545b825f01","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"dfcc5225-dd4b-4238-8919-cb404599daf6","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f8938bca-63b4-40a5-8ac2-e148c822833e","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"195b0586-7b06-4bb7-ab3e-ad568c985773","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"ffee550b-8b44-4619-aceb-56eccdb9c4ca","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"6504586c-75a0-4dd9-8fdd-5bf79444974f","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"2148e72f-06c8-4f72-abe1-4153c80ca6f7","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"257d8f8e-c6a1-4c50-8265-f726dcdcc440","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01385293-2692-4cf1-9252-5c7cb932bb2a","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"0bba01a9-12c4-426f-9e46-2daf2613e558","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"51df729e-9878-4728-bf7a-5b6cab065bfb","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"40eb1923-771d-4c92-be2d-49381872b70a","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"48ec13d2-2af5-4bbe-a82d-7d9264b10fda","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"29271c91-0eac-4d22-a733-a9e1c18ccc64","name":"Удаление результата","request":{"name":"Удаление результата","description":{"content":"Удаление результата по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","actualize","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"cb31c5fb-5913-42be-bdb8-5e1bdafe15da","name":"Успешное выполнение - результат расчета удален","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"66fa380e-b27d-4250-94bc-e3e730400b51","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"3a5918db-5a9a-4919-9f92-49c58a5fff18","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d6f2e2d0-f498-4068-a336-d9752f7e787d","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da1a48b4-7f5c-43b8-8262-df205edd8e88","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27bdf7c7-b8a8-44b3-b824-bdced243d78e","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"c6f6587c-7b16-457c-840b-010ab5f34c84","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"2d458c30-c6ed-42d8-97f2-9b7e61256ca9","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"ea2d9b63-8785-4043-94c9-53116830cd3a","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b819427-5d0b-42b6-adfe-0b4070a94543","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ddc85cf-24d8-4475-a3c5-b842847e5acb","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"c9439a37-6beb-446f-8d46-2a8f9f81fc31","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"6b96da7c-266b-40e9-a663-db948fbc3a62","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"5c75a344-a318-44de-bc34-a1b66af49036","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"2302ee78-3bb2-4046-b6e0-093e04b19e6d","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","result",":process_code"],"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":"7965196f-25db-46b0-88e1-fa317dea1b2e","name":"Валидация данных","request":{"name":"Валидация данных","description":{"content":"Проверка данных для актуализации перед использованием.","type":"text/plain"},"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"198214b1-2908-4ebb-a4eb-5db0477d172d","name":"Проверка данных успешно завершена","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"9ec8e6aa-6538-4e45-b7ff-3e25bda02fba","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"80d55e7d-e214-413f-a878-711ede39fcac","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d2b36fca-8223-4f59-a044-b961122a241f","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ba709a7-8aac-4992-a30c-813004342dde","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9815d8a7-6c84-4a66-a53d-7986ea028c60","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"76da30d7-4838-42e7-bfe8-d7940478255a","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"7c0a3614-f5c3-4d6e-8373-7a0d825735d1","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8735f2c4-0cc9-4038-a08f-89997c0f22b8","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"873a599b-c277-42b9-968b-d4c1772bc86a","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"211cbcfc-0708-467a-95d7-244d6e2835b7","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"af12ca4c-a82f-44e4-b911-b426e5f25b35","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"543a4534-e377-4d1d-a339-bd01cffeddb7","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9d26deb7-2300-468b-b367-80adca1bb72b","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"3d5ecf42-3bd4-4c24-92fd-81a1b125bf7f","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"771f102a-f385-4eb3-9078-1779390dd387","name":"Переработка данных","request":{"name":"Переработка данных","description":{"content":"Учет фактов, рейсов и очистка данных для актуализации перед расчетом - в результате возвращается задача для планирования.","type":"text/plain"},"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"b0e43aa8-6632-442c-9259-d73dda79fb6b","name":"Переработка успешно завершена","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"plan_task\": {\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67395add-d1ef-4145-9d19-5192ec810cc0","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"e936f90d-634c-4c62-99c3-8f246e482070","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f3e54e37-5598-4673-9cf1-4945097f4fec","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"80436f94-0561-4c34-b6d1-75efebbee178","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"279879fd-1c36-4823-aada-f49a9bd6e914","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"bbf590f9-c693-4861-b978-141b0fd04687","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2217df8a-7011-44cc-884f-83af90d0b8b8","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8c9ed683-55af-4c41-972d-07d4aa38e1d6","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b780d27-f2da-4e02-b349-ae00a576e6ab","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a82ca6f-5973-48f4-9d1f-de8efc0acbf7","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"eb255191-43c2-4fbd-8310-dc17ec76c300","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"08a257cd-49b6-49ca-8467-4c4aa8cb0509","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"3ce8e8de-29f5-4f99-b6a6-1b298881d66d","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"93089a73-35dc-4cab-811a-52dcd2aa8fbe","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","actualize","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"performer_1_current_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n },\n {\n \"key\": \"unused_location\",\n \"geopoint\": {\n \"latitude\": 55.512292,\n \"longitude\": 37.915934\n }\n },\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\n }\n ],\n \"transport_type\": \"CAR\",\n \"boxes\": [\n {\n \"key\": \"box_1\",\n \"capacity\": {\n \"mass\": 300\n }\n }\n ]\n }\n ],\n \"facts\": [\n {\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\n \"time\": \"2025-03-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n }\n ],\n \"trips\": [\n {\n \"key\": \"trip_for_performer_1\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"actualize_settings\": {\n \"current_time\": \"2025-03-07T22:30:00Z\",\n \"max_delay_duration\": \"PT1H\"\n }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Replan","description":"Перепланирование - создание новых рейсов на основе уже существующих рейсов с учетом фактов.\n\nПерепланирование проходит в несколько этапов - проверка, применение фактов и создание ограничений для планирования на базе существующих рейсов, планирование.\n\nЧтобы получить результат очистки и применения фактов к исходной задаче воспользуйтесь [переработкой данных](#operation/run_replan_refine).\n\nВ зависимости от настроек перепланирования - задача может быть сведена к планированию или актуализации.\n\n\n","item":[{"id":"324aee49-37b5-496b-b06c-b3a4bf7364ab","name":"Перепланирование (ASYNC)","request":{"name":"Перепланирование (ASYNC)","description":{"content":"Запуск перепланирования рейсов - изменение существующих и создание новых рейсов на основе произошедших фактов и данных о заказах, исполнителях и транспорте.\n \nПосле загрузки и проверки данных возвращается идентификатор расчета `process_code`.\n\nС помощью `process_code` можно узнать [состояние расчета](#operation/read_replan_state) и [получить результат](#operation/read_replan_result),\na также [отменить расчет](#operation/cancel_replan_calculation) и [удалить временные данные](#operation/delete_replan_result) (иначе они автоматически удалятся по ttl, указанному в настройках расчета).\n\nЗадачу на перепланирование можно трансформировать в задачу на планирование с помощью [переработки данных](#operation/run_replan_refine).\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"b7ec3418-5e5b-4f49-b3f3-9f28ceaed29b","name":"Расчет успешно добавлен в очередь","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"process_code\": \"11111111-2222-3333-4444-555555555555\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"998a5fdb-32dc-4f9f-9c01-e8bef50d9436","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"57bcb86d-c3d6-4c82-a803-83ea84ddc7c5","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9f594017-8ebd-464e-85e7-5eed71a7469a","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20a74186-1e0b-44f0-8a4d-5ce985a4175b","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65bc9b70-0353-4069-8562-0c1f3083e56f","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"1859259b-1458-438e-b2f6-8c66b7d6b934","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"aa11607a-722a-4367-9d96-4c44a8e4c3f4","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d8329e60-1155-46b7-9589-4fe04ac0f505","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a11c163a-2042-417f-9378-5c9c8d37ca41","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee572f6b-6f25-4515-89d9-24538b564d02","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"a2a42cae-09cc-4d3c-9cbc-193459a782e2","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"83441bb2-ee86-4271-9ffd-0dabfc8c87e8","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"c0f34593-17fe-4ac7-b7f6-2f408d19981e","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"898a733a-41e3-4d0b-a950-db9c5afebe44","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation-async"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"a1effbab-4f13-4ae8-a050-d00bbf6ece3c","name":"Перепланирование (SYNC)","request":{"name":"Перепланирование (SYNC)","description":{"content":"Синхронный метод для перепланирования существующих рейсов.\n\nДанный метод рекомендуется только для тестового использования и ручного запуска расчетов на небольшом объеме данных.\n\nДля боевой среды рекомендуется использовать [асинхронный метод](#operation/run_replan_calculation_async).\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"b40e9ed1-d167-4a85-aaf6-e9c7216f8a0c","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"8e2fd09e-d515-4ff5-b798-c48b0ab4ceec","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"1f816ad6-5c36-4aec-8612-e7371135b9cf","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4d0af8a2-12e0-4bc6-9961-3bb77978e3df","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a631f8c-86b9-4d27-902b-9e33d04c8bff","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e41ea1b-419f-4088-9d59-d58a6edfe902","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"e06ff6ea-88c6-45d2-a50b-6a9405caeda1","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"2f2b55f5-f27a-4419-b5ca-48f7d15098fe","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"1c13ff7a-23f5-41d3-a9af-a2bf1a2841ca","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ae2ebf7-e982-4f05-8962-eb900caa9574","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1eeddc16-1bd4-4ab1-8bd5-aa8a340c53d2","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"37298a58-6786-42ea-87c9-4f0094f702dc","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d0a56f81-4c84-448e-8170-26f5b2a2d5fb","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"93a23086-40fa-4c20-8a38-c7184601760a","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"dd026599-19a0-486c-8296-7a3e66e4b913","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"b4dd21e1-d88e-4868-a276-8145c96a879c","name":"Отмена расчета","request":{"name":"Отмена расчета","description":{"content":"Отмена процесса планирования по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","replan","calculation-async",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"7f2ff4ae-1937-4ee8-9269-83d5873d163c","name":"Расчет успешно отменен","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"8cd6b6de-e9a4-4ed1-abaa-5934f78bdbc0","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"6795ace8-0e10-48a2-9268-effb66b3d49f","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ff122be2-e77f-464e-bec7-a6abc587f7b9","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e43045b-13de-4b4b-bb6a-9905fa29f87c","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"125db70d-4624-4028-9700-52c3bc1637e3","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"0445c835-d417-46b6-b1e2-f98d13252372","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"b91c1389-b314-4621-afa4-7b325e515952","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"93ea39c1-95a3-4d5b-a708-d6fde14d315a","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1cf679c-1bd7-4cb4-b809-67d4341b7445","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef32a8c7-fa16-4658-b633-cb6d0b601078","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"b22fcaa1-17e5-4292-9165-b4bed3dd9659","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"ef773f66-146f-4d2d-8452-b3fd22e4ae6e","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"9b8ab7bc-76fb-439d-96ee-4446ba9ca5f0","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"131f1a83-9a6c-4b2d-9815-ba1a2b8db7b7","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","calculation-async",":process_code"],"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":"5dd737c3-4970-41d6-bc38-4b30efc16006","name":"Состояние расчета","request":{"name":"Состояние расчета","description":{"content":"Получение состояния расчета по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","replan","state",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"da508ae0-1dd9-4b65-843e-41192fc24292","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a5c1e6f-9287-45bb-bee0-3ae5a1785a6d","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d495b229-de4d-451b-a82f-fd62325c51d8","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"calculation_progress\": 52,\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c16bb62-3ab5-4d3b-91f2-739f476b834d","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"ee61124f-9057-455e-b2a6-ed0e8914e999","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5697607b-7ac8-4243-a209-18985e31d707","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ba010e6-203a-4093-be52-244046089371","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bd75c181-1529-4fe2-91d6-562b99f1daa1","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"83c20214-1822-4692-830b-8ccb340da8c6","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"4024b832-fa1f-436e-a22d-809360a7751d","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"f547eb4a-0624-4bcd-a5c3-1727225c7c09","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4262a98-d35a-4289-8ab5-9c60b150772f","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"748a9514-22e0-46ae-b444-6bcdf0b45907","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"a289127e-4ee5-4fe2-a140-8a425c633c29","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"fc772061-fb03-4d8e-9e21-c6c95ca62f5c","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"7ee97e17-60ed-4170-b0a6-3e2ed91b1707","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"4b13782f-496e-46ea-a92e-4bd4699fd170","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","state",":process_code"],"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":"65e5e831-0cc7-410e-9d12-abbc4182a290","name":"Получение результата","request":{"name":"Получение результата","description":{"content":"Получение результата перепланирования по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","replan","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"beeece04-c9c1-49b8-ac02-78d756676bf8","name":"Расчет успешно завершен","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"f99c9c43-548e-4859-83b8-128fc12aa7a8","name":"Расчет в процессе, возвращены промежуточные результаты","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"9fac5b60-7505-413b-80f0-6d89d42f80b7","name":"Расчет завершен, в процессе расчета возникли проблемы","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":{}},"code":299,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"trips\": [\n {\n \"key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"performer\": {\n \"performer_key\": \"performer_1\",\n \"shift_key\": \"performer_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:39:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:56Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"REMOVE\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:56Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:49Z\",\n \"flags\": [\n \"INSIDE_EVENT_HARD_WINDOW\",\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\",\n \"INSIDE_LOCATION_WINDOW\",\n \"ON_DEMAND\"\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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:49Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"name\": \"1-HVFB\",\n \"waitlist\": [],\n \"attributes\": []\n }\n ],\n \"statistics\": {\n \"total_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": 0,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"trips_statistics\": [\n {\n \"trip_key\": \"d56f86e9-c50a-40d3-b5ef-616eacc98db0-performer_1_shift\",\n \"general_statistics\": {\n \"cost\": 6795.37,\n \"reward\": 3000.3,\n \"profit\": -3795.07,\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT39M15S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT35M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT1H14M15S\",\n \"distance\": 34037\n },\n \"trips_count\": 1,\n \"performers_count\": 1,\n \"orders_count\": 3,\n \"plan_orders_count\": 3,\n \"waitlist_orders_count\": 0,\n \"stops_count\": 4,\n \"locations_count\": 4,\n \"cargo_capacity_sum\": {\n \"mass\": 2,\n \"volume\": 0,\n \"capacity_a\": 0,\n \"capacity_b\": 0,\n \"capacity_c\": 0\n },\n \"cargo_capacity_ratio\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"max_transport_load\": {\n \"mass\": 0.007,\n \"volume\": 1,\n \"capacity_a\": 1,\n \"capacity_b\": 1,\n \"capacity_c\": 1\n },\n \"average_speed\": 34.037,\n \"round_trips_count\": 1\n },\n \"load_statistics\": {\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 \"stop_statistics\": [\n {\n \"location_key\": \"location_storage\",\n \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_pickup\",\n \"event_key\": \"demand_2_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n },\n {\n \"demand_key\": \"demand_1_pickup\",\n \"event_key\": \"demand_1_pickup_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T04:39:34Z\"\n },\n \"driving_time\": \"PT0S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT0S\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT0S\",\n \"distance\": 0\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_2_drop\",\n \"event_key\": \"demand_2_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:00:00Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T04:39:34Z\",\n \"to\": \"2025-03-08T05:10:00Z\"\n },\n \"driving_time\": \"PT20M26S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT30M26S\",\n \"distance\": 17110\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_1_drop\",\n \"event_key\": \"demand_1_drop_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:20:56Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:10:00Z\",\n \"to\": \"2025-03-08T05:30:56Z\"\n },\n \"driving_time\": \"PT10M56S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT10M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT20M56S\",\n \"distance\": 9897\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 \"stop_demands\": [\n {\n \"demand_key\": \"demand_3_work\",\n \"event_key\": \"demand_3_work_event\",\n \"demand_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n }\n }\n ],\n \"stop_time_window\": {\n \"from\": \"2025-03-08T05:38:49Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"measurements\": {\n \"time_window\": {\n \"from\": \"2025-03-08T05:30:56Z\",\n \"to\": \"2025-03-08T05:53:49Z\"\n },\n \"driving_time\": \"PT7M53S\",\n \"waiting_time\": \"PT0S\",\n \"working_time\": \"PT15M\",\n \"break_time\": \"PT0S\",\n \"rest_time\": \"PT0S\",\n \"arriving_time\": \"PT0S\",\n \"departure_time\": \"PT0S\",\n \"total_time\": \"PT22M53S\",\n \"distance\": 7030\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 }\n ],\n \"locations_statistics\": [],\n \"task_statistics\": {\n \"planning_horizon\": {\n \"from\": \"2025-03-07T21:00:00Z\",\n \"to\": \"2025-03-08T21:00:59Z\"\n }\n },\n \"quality\": {\n \"locations_limits_penalty\": 0,\n \"soft_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n },\n \"hard_time_window_violations\": {\n \"before\": {\n \"demand_keys\": [],\n \"count\": 0\n },\n \"after\": {\n \"demand_keys\": [],\n \"count\": 0\n }\n }\n }\n },\n \"calculation_progress\": 100,\n \"calculation_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\": \"PT4.022S\",\n \"calculation_time\": \"PT1.012S\"\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":"cd03f1fd-ad1d-458e-9f55-c5e95dd70989","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"c569330c-051d-4a30-b855-bf39605da01a","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"29003ac1-4832-4116-8555-e630616849ff","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5dc8ba3-861f-4900-b47c-68afe4655f12","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ce1df51-e2f9-4a38-8914-8024f29a6219","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"f4fdafad-8190-49b5-8738-8368437253d5","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"3072b7a5-e2b2-42cc-bdbb-4926aece5f9d","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"da61870c-c04f-468e-a8ec-4842d5a5ea22","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f354897-09c7-4e11-b19b-69109e8daa09","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b2a06f3-a9f0-43fe-978a-4841fc7efb41","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"dded29e2-9424-4c21-b8cb-30573afe9de5","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"a828642f-58c8-4c28-9bf0-78bc46eb4901","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"c31f526b-c19b-4451-87a8-11591f2786a0","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"31c45b25-a263-4411-a1a2-bbf6ff6cef63","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"5c5b7863-5e9b-4b4a-bd9e-0ef566068ffe","name":"Удаление результата","request":{"name":"Удаление результата","description":{"content":"Удаление результата перепланирования по идентификатору расчета.","type":"text/plain"},"url":{"path":["universal","replan","result",":process_code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Уникальный идентификатор процесса.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"e994d8ed-a7af-40b1-9558-36e8f9736438","name":"Успешное выполнение - результат расчета удален","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"51df1416-20c2-4740-8c0e-1a93e0a9aebd","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"569929ef-7fb4-4a01-96a0-e032470ba086","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ba390fcd-57fa-44ec-9448-3af856b16073","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"306a5013-e535-434e-9259-e071eb19216e","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c484b20-f3e4-454f-b8d0-10c646796069","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"45d22dd6-deac-46cc-b33a-5fd724aca6ec","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"61522b01-0198-4ba1-8ee4-d3ca206feea5","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"ec826aec-df4e-4bd4-a623-10f6aed55518","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e689015-80fe-4887-8d99-2b89e54f83bd","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cf6f381b-14e6-4261-9ebe-7c57784fdd15","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"1e989dc1-6c8d-4c8c-b626-9e298df25a8d","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"2246e379-3393-4d0f-881a-544eb273cc41","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"8c8ef224-041d-417f-a6da-b9702a765c47","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"1e987502-d6a2-46cc-881a-22eb5836493d","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","result",":process_code"],"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":"2b478ef6-525b-4182-9750-f51b286ca94f","name":"Валидация данных","request":{"name":"Валидация данных","description":{"content":"Проверка данных для перепланирования перед использованием.","type":"text/plain"},"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c89b8a1b-f234-4eac-b22a-b269fb9ebac3","name":"Проверка данных успешно завершена","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_validation\",\n \"time\": \"2025-03-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":"365a408e-a57f-4d5e-9258-cd2e516e0306","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"15c8eaf9-34d2-464c-9065-acaf816f91f3","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"18af2a55-de1e-453b-aa21-50a5027b7d4f","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f27d5e43-7689-4450-a488-83af6e16fc21","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3248b7f4-2185-4d9b-98ab-df38f6373b8e","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"ac6543f8-ac03-4f61-9a4d-a0b05af660b8","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"e7ca8a6b-1ba8-42a5-8d80-1e791f9a94fe","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"df62a2f3-7b9e-44db-b36b-8bd56a174cb6","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b53af284-c5ff-44ba-8810-94374d2eb616","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad9b9d84-73d9-4c4f-bd0a-73d280e47b11","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"e02ae675-5ac7-4539-abb6-5e745f9918c8","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"ee612b8f-bee9-4d56-a8ad-d15f0c7e1d10","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"cc68f70c-7dfb-45c1-bc26-1c70b2082bc0","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"eed2f92b-d9d7-49c7-a871-99dd8bf10c2b","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"6a4092d1-83e9-43a0-9c12-4e703521ea86","name":"Переработка данных","request":{"name":"Переработка данных","description":{"content":"Учет фактов, рейсов и очистка данных для перепланирования перед расчетом - в результате возвращается задача для планирования.","type":"text/plain"},"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"a1fcb700-91ea-4403-97fc-3f0da0915eac","name":"Переработка успешно завершена","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_replan_calculation\",\n \"time\": \"2025-03-28T17:06:33.856Z\"\n },\n \"plan_task\": {\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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 }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb44ddfd-9eda-46e6-99be-6f3c15652dc2","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"530743b4-3b99-44f8-b717-e2f971a406f2","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5856b0e2-e513-49b7-b103-1bc35ba3ecd0","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61c576cf-cb8b-4ffd-9ef3-809df984f317","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e95c8837-b96c-4541-960e-8da0f1755c32","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d8bc8909-eae0-4927-a43d-937bda7864b2","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"0b315de7-b719-4e71-9b62-ac78a4df7852","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d69adc12-6fd4-4112-9b03-4acff630dab6","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"78444958-e6ab-4eaa-9f0c-e9ec787ef541","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5db0c1f-a146-48f3-b1dd-2901ec74dc17","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"a32d201c-ec13-46a0-9712-5819433d3522","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"9eee5f69-ad23-4882-a4a1-ba3e84326c3f","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"a89c3a7b-574b-409f-836c-0f3d2d6a8ec4","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"1f0537d9-78a7-4277-a894-a0ee0ddf73ed","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","replan","refine"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Флаг, отвечающий за удаление локации при очистке данных. Если указан `true` - удаляются локации, на которые не ссылается ни одна сущность в датасете.\n","type":"text/plain"},"key":"remove_locations","value":"true"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"Convert","description":"Конвертация данных.\n","item":[{"id":"2d54a350-4953-4775-b7a2-32b9ac7564a1","name":"JSON >> XLSX","request":{"name":"JSON >> XLSX","description":{"content":"Используется для конвертации данных в формат [VRt.Universal XLSX](#tag/XLSX-Format).","type":"text/plain"},"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"441bbf3d-d828-4213-94d1-9e9873909841","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"fugiat mollit in ","cookie":[],"_postman_previewlanguage":"text"},{"id":"df87611c-8f5e-4e89-b11f-fe938d9d63c9","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"7e16a84b-c6df-45f8-8259-d9866be0490f","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"59f717b6-e9cd-4c3e-87e0-f11323419a68","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fec2f8e8-c938-4527-8653-369a6f113aa4","name":"Действие запрещено - уровень прав доступа не позволяет совершить данное действие","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fdc090d7-27ca-4efe-ad63-114b458b681f","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"e5dc1a90-fa0d-48be-a40c-ccefbfe7f7c8","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"b5dc5825-086b-46c1-8414-4dab9eb30e36","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0cece090-fa52-4feb-b8ee-20b33f94731e","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8486246-ea73-4d9e-9df7-da263d5df466","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"255e8a04-abdf-4310-b486-8cdba5659064","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"f6ae288a-9f31-4034-8d1f-ba63b95a0d45","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"c2d1725f-2ed0-4374-9e6f-8593f019052e","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"d2065069-9762-4934-a4b4-fa62d49fb09f","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","json-to-xlsx"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Целевая временная зона данных.","type":"text/plain"},"key":"timezone","value":"3"}],"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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"69c2ca05-029d-4820-8a38-e4f6e2631542","name":"XLSX >> JSON","request":{"name":"XLSX >> JSON","description":{"content":"Используется для конвертации данных из формата [VRt.Universal XLSX](#tag/XLSX-Format) в формат VRt.Universal JSON.\n","type":"text/plain"},"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "},"auth":null},"response":[{"id":"2fa6abb8-1aed-4262-81c2-4c01d0afe8e9","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\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\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2dc52ca3-e1fa-43f2-883d-b6c483fa1b6b","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"2e9543a5-2b3a-4938-8d53-bda5d1daf00f","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"215cbefa-d272-49a9-88b5-1481fa6de177","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5eaa172e-772f-4989-b04c-831faaf9b742","name":"Действие запрещено - уровень прав доступа не позволяет совершить данное действие","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45c4938d-2bba-499c-9da5-7253d3a35df2","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c99529cf-b5ce-4465-b50b-259e3a6f1576","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"86324779-2533-4854-b524-5b9ee3d081ec","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1eb88ff-d053-4b9f-8fd5-ad73fcfd0da4","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"fugiat mollit in "}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfe0aeb4-2113-4c8a-ae00-bff6dd957742","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"897e18b7-f8ac-4aeb-82ac-4bbf2d0fd02e","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9ca606c6-c2f3-44d2-9188-bf9d08b7f96e","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ac1bf048-c8a7-46ea-8c34-dea34a0568dc","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"23a050ed-020f-45d0-a122-8d9097908cbb","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","xlsx-to-json"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","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":"fugiat mollit in "}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6203bba6-a2f2-49d1-991a-54ec31c91347","name":"JSON >> THRIFT","request":{"name":"JSON >> THRIFT","description":{"content":"Используется для конвертации входных данных в формат THRIFT.","type":"text/plain"},"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"d64c4523-8f8b-49ab-bbc4-5b9083958b03","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0bbfcd94-61e0-4650-8100-008f529d3ca7","name":"Неверный запрос - данные содержат ошибки","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2025-03-28T17:13:27.945583194Z\"\n },\n \"message\": \"logical error detail\",\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":"01675626-8b36-47c7-8130-8a368939ce05","name":"Ошибка доступа - неверные реквизиты для авторизации, токен отсутствует или невалиден","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8ee1bad9-e84e-4be2-8b6b-5312a1d7b9c5","name":"Необходима оплата","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8a48f21-5420-4ae3-8564-1f8673c6d346","name":"Действие запрещено - уровень прав доступа не позволяет совершить данное действие","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"075b6747-166e-43b2-a8d1-c0201d7a2cf7","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"32032ff1-6d8a-4b7a-9a5a-74fdb29b0a6f","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"0389b97e-ad92-4f7e-8e58-4b1ca53fcb0a","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65b7b633-29da-41b8-b229-68e055606547","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfe7fa7a-b951-4b96-a036-837d44722795","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"fb7df8f7-e50f-45fd-b426-638e887483bd","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"24e66592-933c-4f12-abf7-93c0c66565bb","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"89727be0-7afe-4e6e-af64-4195011dd463","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\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":"11352504-d458-4b20-80dc-cc7e39191a05","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","convert","json-to-thrift"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"locations\": [\n {\n \"key\": \"location_client_1\",\n \"geopoint\": {\n \"latitude\": 55.713699,\n \"longitude\": 37.621839\n }\n },\n {\n \"key\": \"location_client_2\",\n \"geopoint\": {\n \"latitude\": 55.630721,\n \"longitude\": 37.62493\n }\n },\n {\n \"key\": \"location_client_3\",\n \"geopoint\": {\n \"latitude\": 55.722801,\n \"longitude\": 37.674984\n }\n },\n {\n \"key\": \"location_storage\",\n \"geopoint\": {\n \"latitude\": 55.685853,\n \"longitude\": 37.43181\n }\n }\n ],\n \"orders\": [\n {\n \"key\": \"order_1\",\n \"demands\": [\n {\n \"key\": \"demand_1_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_drop_event\",\n \"location_key\": \"location_client_1\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_1_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_1_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_1_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_1_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_2\",\n \"demands\": [\n {\n \"key\": \"demand_2_drop\",\n \"demand_type\": \"DROP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_drop_event\",\n \"location_key\": \"location_client_2\",\n \"duration\": \"PT10M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n },\n {\n \"key\": \"demand_2_pickup\",\n \"demand_type\": \"PICKUP\",\n \"target_cargos\": [\n \"order_2_cargos\"\n ],\n \"possible_events\": [\n {\n \"key\": \"demand_2_pickup_event\",\n \"location_key\": \"location_storage\",\n \"duration\": \"P0D\",\n \"reward\": 0,\n \"hard_time_window\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n }\n }\n ]\n }\n ],\n \"cargos\": [\n {\n \"key\": \"order_2_cargos\",\n \"capacity\": {\n \"mass\": 1\n }\n }\n ]\n },\n {\n \"key\": \"order_3\",\n \"demands\": [\n {\n \"key\": \"demand_3_work\",\n \"demand_type\": \"WORK\",\n \"possible_events\": [\n {\n \"key\": \"demand_3_work_event\",\n \"location_key\": \"location_client_3\",\n \"duration\": \"PT15M\",\n \"hard_time_window\": {\n \"from\": \"2025-03-08T05:00:00+00:00\",\n \"to\": \"2025-03-08T07:00:00+00:00\"\n }\n }\n ]\n }\n ]\n }\n ],\n \"performers\": [\n {\n \"key\": \"performer_1\",\n \"shifts\": [\n {\n \"key\": \"performer_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"working_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": \"PT10H\",\n \"cost_per_unit\": 1\n }\n ]\n }\n }\n ]\n }\n ],\n \"transports\": [\n {\n \"key\": \"transport_1\",\n \"shifts\": [\n {\n \"key\": \"transport_1_shift\",\n \"availability_time\": {\n \"from\": \"2025-03-07T21:00:00+00:00\",\n \"to\": \"2025-03-08T20:59:59+00:00\"\n },\n \"tariff\": {\n \"cost_per_shift\": 1000,\n \"constraints\": [\n {\n \"stage_length\": 1000000,\n \"cost_per_unit\": 0.01\n }\n ]\n }\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\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"transport\": {\n \"transport_key\": \"transport_1\",\n \"shift_key\": \"transport_1_shift\",\n \"shift_time\": {\n \"from\": \"2025-03-08T04:38:34Z\",\n \"to\": \"2025-03-08T05:53:39Z\"\n }\n },\n \"states\": [\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"ON_DEMAND\",\n \"INSIDE_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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_storage\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T04:38:34Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:00:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n },\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_2_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_2\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:10:00Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:20:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [\n {\n \"box_key\": \"box_1\",\n \"cargo_key\": \"order_1_cargos\",\n \"cargo_action_type\": \"ADD\"\n }\n ],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_1\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:30:52Z\",\n \"flags\": [\n \"RELOCATING\"\n ],\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:38:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-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_actions\": [],\n \"attributes\": []\n },\n {\n \"time\": \"2025-03-08T05:53:39Z\",\n \"flags\": [\n \"INSIDE_LOCATION\",\n \"AROUND_LOCATION\"\n ],\n \"location_key\": \"location_client_3\",\n \"cargo_actions\": [],\n \"attributes\": []\n }\n ],\n \"waitlist\": [],\n \"attributes\": []\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"System","description":"Системные функции.\nВспомогательный функционал, общий для всех сервисов.\n","item":[{"id":"3f2362e7-061c-4ba1-adf3-00cc32570919","name":"Проверка доступности","request":{"name":"Проверка доступности","description":{"content":"Проверка доступности сервиса.","type":"text/plain"},"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"7c1a2b5b-5777-4b0e-accb-ab5dda21d96a","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"health\": 0.999\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"517b9f34-4d1c-414e-a063-f9b688702ffb","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"241e856c-feaa-46a3-9545-8e7e27a613c0","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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":"2603dbe4-873b-467b-833c-568ecf072735","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"e5148079-f82b-4a45-a7c5-c33b25326fc6","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"945c73c2-5ef9-47da-a032-d0e3ab2f0ee4","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b6ed7b8-ad7a-453c-9c9f-b6fed848295e","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ccbe3257-a624-46e8-a7d4-12e3e81305e1","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"b4c24a81-6a72-4e87-847c-12f6c5c1acf3","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c2cc06d5-9bd9-4f7a-ab52-4ea24f59e4db","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4206a71e-7027-43be-9a7d-da442720018b","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4a3375ad-5e30-43b1-aae9-b781681f8400","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"78f62100-d0ed-4fa0-a755-7c73a34b9bde","name":"Получение версии сервиса","request":{"name":"Получение версии сервиса","description":{"content":"Получение версии сервиса.","type":"text/plain"},"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"da59e92c-4ac6-44a5-a1f8-a1225f3be8b5","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"major\": 7,\n \"minor\": 15,\n \"build\": \"3754RC\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"338c8c08-767b-4920-ae86-36304510c180","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b06ce5ea-c3fc-4696-bc6c-29843ddc4a87","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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":"4c797519-6862-4bf1-a352-fb477ecb1518","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2db0af0b-2c92-49be-ac84-0d935b9e4015","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"529553b1-d0f4-452a-9488-1a9140295ca6","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"840d2d68-b6b7-4ae3-8c47-66b9dfe03c11","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6fd29a1-6d3b-46b8-abe3-ca3b7b5497df","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"e80a530c-fc54-4c4f-9700-015d557acafd","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"92fa066e-1f05-42cc-bf80-d2a7d8223dc8","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f238bdf6-1710-4eba-b12f-fe40a2fc4f4b","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5f65527d-f1a7-42eb-b16c-0ebe27fa47b1","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"69952ff4-2be7-4e4b-969b-491362171c2a","name":"Получение документации","request":{"name":"Получение документации","description":{"content":"Получение файла с документацией на этот сервис.","type":"text/plain"},"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"file_en.html","key":"filename","disabled":false,"description":{"content":"(Required) Название файла.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"text/html"}],"method":"GET","body":{},"auth":null},"response":[{"id":"760a2fa2-35bd-4ec6-85b9-ed2fd3f53912","name":"Успешное выполнение","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/html"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/html"}],"body":"id ut occaecat incididunt irure","cookie":[],"_postman_previewlanguage":"text"},{"id":"e05a5228-ea5e-4292-b995-b72f0c235dfa","name":"Запрашиваемая сущность не найдена","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e182c1c-f509-4194-8606-83a66e85e485","name":"Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)","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":"27fd8019-c910-4455-abec-c129ec3b9862","name":"Клиент не способен обработать формат ответа, проверьте заголовки","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c083e0a0-0e79-449c-85b5-c8b70774a7e0","name":"Неприемлемый формат запроса, проверьте заголовки","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"801069cd-1072-4d79-96c1-022bbfa29e43","name":"Превышено количество запросов","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d972554c-44b5-44eb-8c46-67ee9c7252a1","name":"Внутренняя ошибка сервера","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1d98d2bf-a6ab-4f7d-a97f-a38a40e5227b","name":"Функциональность не доступна для использования","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"7942b62d-0d16-4621-8753-134ea7dc6edd","name":"Неверный шлюз","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"adf8b988-cbba-40fd-a387-e31e73e0e6fb","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"29a2699e-7c30-4b8b-9c7f-f5da937afbf6","name":"Шлюз не отвечает","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8f0ce761-a72f-4dd3-813b-1af9b2214255","name":"Сервис не доступен","originalRequest":{"url":{"path":["universal","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"XLSX Format","description":"Описание формата VRt.Universal XLSX для импорта\\экспорта данных.\n\nДанный формат является полным отображением json-модели данных и используется для:\n\n* исходных данных\n* настроек процессов\n* результатов расчета\n* статистики по результату расчета\n\nНиже представлено описание каждого листа отдельно, **жирным** выделены ключи.\n\n## Настройки данных\n\nНазвание листа `info`.\n\n| Название | Описание |\n|-----------------|--------------------------------------------------------|\n| **api_version** | Версия API Universal в момент генерации XLSX |\n| **timezone** | Временной пояс, в котором указаны все времена в данных |\n| docs_ru | Ссылка на документацию (RU) |\n| docs_en | Ссылка на документацию (EN) |\n| docs_zh | Ссылка на документацию (ZH) |\n\n## Локации\n\nНазвание листа `locations`.\n\nСписок локаций, которые используются в заказах и сменах.\n\n| Название | Описание | Примечание |\n|---------------------------------------------|----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ локации, уникальный идентификатор | Уникальный ключ в рамках расчета |\n| departure_duration | Время на отъезд от локации, временной промежуток | |\n| geopoint.latitude | Географическая широта в градусах | |\n| geopoint.longitude | Географическая долгота в градусах | |\n| timetable.work_windows.from | Начало временного окна работы локации | Обязательно, если указан `to`. Если список пустой или не указан - локация работает без ограничений по времени. |\n| timetable.work_windows.to | Окончание временного окна работы локации | Обязательно, если указан `from`. Если список пустой или не указан - локация работает без ограничений по времени. |\n| compatibilities
.transport_restrictions | Список необходимых требований к транспорту | Используется для проверки совместимости транспорта локацией. |\n| attributes | Атрибуты, используются для указания служебной информации | Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Исполнители\n\nНазвание листа `performers`.\n\nСписок доступных исполнителей.\n\n| Название | Описание | Примечание |\n|------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| **key** | Ключ исполнителя, уникальный идентификатор | |\n| own_transport_type | Тип транспорта | Если не указан, по умолчанию, проставляется `CAR`. |\n| **shifts.key** | Ключ смены, уникальный идентификатор | |\n| shifts.start_location_key | Ключ начальной локациями | Если ключ не задан - то путь перформера начинается на первом заказе. |\n| shifts.finish_location_key | Ключ финальной локации | Если ключ не задан - то путь перформера завершается на последнем заказе. |\n| shifts.max_locations | Ограничение количества уникальных локаций в одном рейсе, включая локации старта и финиша | Если параметр не указан или указан как `null` - то количество локаций не ограничено. |\n| shifts.max_stops | Ограничение количества остановок в одном рейсе, включая локации старта и финиша | Если параметр не указан или указан как `null` - то количество остановок не ограничено. |\n| shifts.attributes | Атрибуты. Используются для указания служебной информации | Эти данные не учитываются в планировании. |\n| shifts.availability_time.from | Начало временного окна смены | В которое исполнитель может выполнять работу на локациях и осуществлять перемещение между локациями. |\n| shifts.availability_time.to | Окончание временного окна смены | В которое исполнитель может выполнять работу на локациях и осуществлять перемещение между локациями. |\n| shifts.working_time.from | Начало рабочего временного окна | В которые исполнитель может выполнять работу на локациях, должно быть внутри временного окна смены. |\n| shifts.working_time.to | Окончание рабочего временного окна | В которые исполнитель может выполнять работу на локациях, должно быть внутри временного окна смены. |\n| shifts.tariff
.cost_per_shift | Цена за использование смены, денежная единица | По умолчанию: `0.001` |\n| shifts.tariff
.max_penalty_cost | Максимальная сумма штрафов, которую может получить исполнитель в рамках данной смены, денежная единица. | Если сумма не задана или равна `null` - исполнитель не может нарушать ограничения. |\n| shifts.tariff
.constraints.stage_length | Длина оплачиваемого периода, временной промежуток | По умолчанию: `525960` |\n| shifts.tariff
.constraints.cost_per_unit | Стоимость внутри оплачиваемого периода, денежная единица за секунду работы | По умолчанию: `0.001` |\n| shifts.work_and_rest_rules
.first_break
.max_work_duration_sum | Суммарное время работы, после которого необходимо сделать перерыв | |\n| shifts.work_and_rest_rules
.first_break
.duration | Продолжительность перерыва | |\n| compatibilities
.performer_features | Список свойств исполнителя | Используется для проверки совместимости исполнителя с заказами и транспортом. |\n| compatibilities
.transport_restrictions | Список необходимых требований к транспорту | Используется для проверки совместимости исполнителя с транспортом. |\n| limits.max_work_shifts | Ограничение на рабочую загрузку исполнителя | Ограничение количества смен исполнителя в одном планировании. |\n| attributes | Атрибуты, используются для указания служебной информации | Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Транспорт\n\nНазвание листа `transports`.\n\nСписок доступного транспорта.\n\n| Название | Описание | Примечание |\n|---------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ транспорта уникальный идентификатор | |\n| transport_type | Тип транспорта | Если не указан, по умолчанию, проставляется `CAR` |\n| **boxes.key** | Список отсеков транспорта, которые могут вмещать груз | Обязательно,если в задаче присутствуют заказы с демандами `PICKUP` и `DROP` |\n| **shifts.key** | Ключ смены, уникальный идентификатор | |\n| shifts.start_location_key | Ключ начальной локации. | Если ключ не задан - то путь транспорта начинается на первом заказе |\n| shifts.finish_location_key | Ключ финальной локации | Если ключ не задан - то путь транспорта завершается на последнем заказе |\n| shifts.attributes | Атрибуты. Используются для указания служебной информации | Эти данные не учитываются в планировании |\n| shifts.availability_time.from | Начало временного окна смены | В которое транспорт может осуществлять перемещение между локациями и использоваться исполнителем в работах на локациях |\n| shifts.availability_time.to | Окончание временного окна смены | В которое транспорт может осуществлять перемещение между локациями и использоваться исполнителем в работах на локациях |\n| shifts.tariff
.cost_per_shift | Цена за использование смены, денежная единица | По умолчанию: `0.001` |\n| shifts.tariff
.max_penalty_cost | Максимальная сумма штрафов | По умолчанию: `0`. Которую может получить транспорт в рамках данной смены, денежная единица. Если сумма не задана или равна null - транспорт не может нарушать ограничения. |\n| shifts.tariff
.constraints.stage_length | Длина оплачиваемой части пути, в метрах | По умолчанию: `100000000` |\n| shifts.tariff
.constraints.cost_per_unit | Стоимость внутри оплачиваемой части пути | Денежная единица за один метр. По умолчанию: `0.001` |\n| shifts.tariff
.transportation_cost.mass | Стоимость перемещения 1 единицы массы груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.volume | Стоимость перемещения 1 единицы объема груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_a | Стоимость перемещения 1 единицы доп.параметра A груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_b | Стоимость перемещения 1 единицы доп.параметра B груза на 1 метр | В условных денежных единицах |\n| shifts.tariff
.transportation_cost.capacity_c | Стоимость перемещения 1 единицы доп.параметра C груза на 1 метр | В условных денежных единицах |\n| compatibilities
.transport_features | Список свойств транспорта | Используется для проверки совместимости транспорта с локациями и исполнителями |\n| compatibilities
.performer_restrictions | Список требований транспорта к исполнителю | Используется для проверки совместимости с исполнителем |\n| limits.max_boxes | Ограничение максимального количества используемых отсеков транспорта в одном рейсе | Если параметр не указан или указан как `null` - то количество отсеков не ограничено. Ограничение не должно превышать количество отсеков |\n| limits.max_capacity.mass | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по массе суммарно по всем отсекам | Масса в килограммах, применимо только если у транспорта больше одного отсека, параметр не должен быть меньше вместимости любого отсека. |\n| limits.max_capacity.volume | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по объему суммарно по всем отсекам | Объем в кубических метрах, применимо только если у транспорта больше одного отсека, параметр не должен быть меньше вместимости любого отсека. |\n| limits.max_capacity.capacity_a | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру A суммарно по всем отсекам | Дополнительный параметр вместимости (A) для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов) |\n| limits.max_capacity.capacity_b | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру B суммарно по всем отсекам | Дополнительный параметр вместимости (B) для измерения грузов и отсеков в альтернативных единицах измерения. |\n| limits.max_capacity.capacity_c | Параметр дополнительно ограничивает максимально возможную загрузку транспорта по доп.параметру C суммарно по всем отсекам | Дополнительный параметр вместимости (C) для измерения грузов и отсеков в альтернативных единицах измерения. |\n| attributes | Атрибуты, используются для указания служебной информации | Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Кузова\n\nНазвание листа `transports.boxes`.\n\nСписок отсеков транспорта, которые могут вмещать груз.\nТаблица обязательна, если в расчете есть заказы с заявками типов `PICKUP` и `DROP`.\nВ описании отсеков обязательны те поля, которые описывают грузы.\n\n| Название | Описание | Примечание |\n|-----------------------------------------------|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ отсека | Уникальный идентификатор, используется для идентификации размещения грузов по отсекам. |\n| capacity.mass | Масса, кг | Ограничение по массе, которое может единовременно находиться в отсеке |\n| capacity.volume | Объем, м3 | Ограничение по объему, которое может единовременно находиться в отсеке |\n| capacity.capacity_a | Дополнительный параметр вместимости (A) | Для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов) |\n| capacity.capacity_b | Дополнительный параметр вместимости (B) | Для измерения грузов и отсеков в альтернативных единицах измерения. |\n| capacity.capacity_c | Дополнительный параметр вместимости (C) | Для измерения грузов и отсеков в альтернативных единицах измерения. |\n| compatibilities
.width | Ширина в метрах | |\n| compatibilities
.height | Высота в метрах | |\n| compatibilities
.length | Длина в метрах | |\n| compatibilities
.box_features | Список свойств отсека | По оценивается возможность перевозки груза в данном отсеке |\n| limits
.max_one_cargo_capacity.mass | Масса в килограммах | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.volume | Объем в кубических метрах | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_a | Дополнительный параметр вместимости (A) | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_b | Дополнительный параметр вместимости (B) | Ограничение по полям `capacity` для одного груза |\n| limits
.max_one_cargo_capacity.capacity_c | Дополнительный параметр вместимости (C) | Ограничение по полям `capacity` для одного груза |\n\nОписываемый объект:\n\n\n## Заказы\n\nНазвание листа `orders`.\n\nСписок заказов.\n\n| Название | Описание | Примечание |\n|----------------------------------------------------|---------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ заказа | Повторяющийся ключ заказа означает заявки одного заказа |\n| **cargos.key** | Список грузов | Может содержать один груз для `DROP`, список для `PICKUP`, пустой для `WORK`. |\n| **demands.key** | Ключ заявки, уникальный идентификатор | |\n| demands.demand_type | Тип заявки | Загрузка - `PICKUP`, выгрузка - `DROP`, работа на локации - `WORK`. |\n| demands.target_cargos | Список ключей грузов | Для `PICKUP`, один ключ груза для `DROP`, пустой ключ для `WORK` |\n| demands.precedence_in_trip | Приоритет внутри рейса | 0 - приоритет не учитывается. По умолчанию: `0`. |\n| demands.precedence_in_order | Приоритет внутри заказа | 0 - приоритет не учитывается. По умолчанию: `0`. |\n| demands
.possible_events.key | Ключ события, уникальный идентификатор | Описание объекта временного окна и локаций, в котором возможно выполнение заявки |\n| demands
.possible_events.location_key | Ключ локации, в которой возможно данное событие | |\n| demands
.possible_events.duration | Время выполнения события | |\n| demands
.possible_events.reward | Вознаграждение за выполнение данного события | |\n| demands
.possible_events.hard_time_window.from | Начало жесткого временного окна | |\n| demands
.possible_events.hard_time_window.to | Конец жесткого временного окна | |\n| demands
.possible_events.soft_time_window.from | Начало мягкого временного окна | |\n| demands
.possible_events.soft_time_window.to | Конец мягкого временного окна | |\n| demands
.attributes | Атрибуты. Используются для указания служебной информации | Эти данные не учитываются в планировании. |\n| compatibilities
.order_features | Список свойств заказа | |\n| compatibilities
.order_restrictions | Список требований к заказу, выполняемому в этом же рейсе | |\n| compatibilities
.performer_restrictions | Список необходимых требований к исполнителю | Используется для проверки совместимости исполнителя и заказа (работы). |\n| compatibilities
.performer_blacklist | Список требований, наличие которых у исполнителя не допустимо | Используется для проверки совместимости исполнителя и заказа (работы). Данный список не должен пересекаться с `performer_restrictions` |\n| attributes | Атрибуты, используются для указания служебной информации | Эти данные не учитываются в планировании. |\n\nОписываемый объект:\n\n\n## Грузы\n\nНазвание листа `orders.cargos`.\n\nСписок грузов. Может содержать один груз для `DROP`, список для `PICKUP`, пустой для `WORK`.\nТаблица не обязательна, если все заявки имеют тип `WORK`.\n\n| Название | Описание | Примечание |\n|-----------------------------------------|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **key** | Ключ груза, уникальный идентификатор | |\n| capacity.mass | Масса в килограммах | |\n| capacity.volume | Объем в кубических метрах | |\n| capacity.capacity_a | Дополнительный параметр вместимости (A) | Для измерения грузов и отсеков в альтернативных единицах измерения. Например, для учета грузов в штуках (у груза данный параметр равен единице, у отсека - максимальному количеству вмещаемых грузов). |\n| capacity.capacity_b | Дополнительный параметр вместимости (B) | |\n| capacity.capacity_c | Дополнительный параметр вместимости (C) | |\n| compatibilities
.width | Ширина в метрах | Используется для проверки вместимости в отсек транспорта по ширине. |\n| compatibilities
.height | Высота в метрах | Используется для проверки вместимости в отсек транспорта по высоте |\n| compatibilities
.length | Длина в метрах | Используется для проверки вместимости в отсек транспорта по длине |\n| compatibilities
.rotation | Список способностей объекта вращаться | Шаг вращения 90 градусов. Если список пустой - объект вращать запрещено. Доступные значения: `ALL`, `YAW`, `PITCH`, `ROLL` |\n| compatibilities
.box_restrictions | Список требования к отсеку транспорта | |\n| compatibilities
.cargo_features | Список свойств груза | Используется для проверки совместимости груза с другими грузами. Несовместимые грузы не могу находится одновременно в одном отсеке транспорта |\n| compatibilities
.cargo_restrictions | Список необходимых требований к грузу | Используется для проверки совместимости груза с другими грузами. Несовместимые грузы не могу находится одновременно в одном отсеке транспорта |\n\nОписываемый объект:\n\n\n## Назначения\n\nНазвание листа `hardlinks`.\n\nСписок назначений.\n\nОписываемый объект:\n\n\n## Рейсы\n\nНазвание листа `trips`.\n\nСписок рейсов.\n\nОписываемый объект:\n\n\n## Факты\n\nНазвание листа `facts`.\n\nСписок фактов.\n\nОписываемый объект:\n\n\n## Настройки планирования\n\nНазвание листа `plan_settings`.\n\nНастройки планирования.\n\nОписываемый объект:\n\n\n## Настройки актуализации\n\nНазвание листа `actualize_settings`.\n\nНастройки актуализации.\n\nОписываемый объект:\n\n\n## Настройки перепланирования\n\nНазвание листа `replan_settings`.\n\nНастройки перепланирования.\n\nОписываемый объект:\n\n\n## Общая статистика\n\nНазвание листа `total_statistics`.\n\nОбщая статистика.\n\nОписываемый объект:\n\n","item":[]}],"auth":{"type":"bearer","bearer":[{"type":"any","value":"{{bearerToken}}","key":"token"}]},"event":[],"variable":[{"key":"baseUrl","value":"https://api.edge7.veeroute.cloud"}],"info":{"_postman_id":"4bfd37d8-4766-46a7-896f-936acf16b47f","name":"VRt.Universal [UV]","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"# Описание\n\nПрограммный интерфейс для универсального планирования рейсов.\n\n## Возможности\n\n* Возможность забора груза из любой локации\n* Возможность разгрузки в любой локации\n* Парные заявки нескольких типов: `PICKUP` (погрузка), `DROP` (выгрузка)\n* Одиночные заявки нескольких типов: `DROP_FROM_BOX` (выгрузка груза, который уже находится в кузове), `PICKUP_TO_BOX` (забор груза в кузов без последующей выгрузки), `WORK` (работа на локации без перемещения груза)\n* Комплексный заказ может состоять из любого числа заявок любых типов\n* Транспорт и исполнители разделены на разные сущности, при планирование происходит оптимальное назначение исполнителя на транспорт\n* У транспорта несколько отсеков - каждый из которых может вмещать груз и обладает собственными характеристиками\n* Учёт совместимости груза с транспортом по параметрам габарита груза (длина, ширина, высота, дополнительные параметры вместимости)\n* Учёт совместимостей груз-отсек транспорта (возможность учесть свойства отсека: холодильник, термо-сумка, крепежи и т.п)\n* Заявки-заменители, т.е. возможность выполнить одну из заявок-заменителей, выбор которой происходит на основе её географического местоположения и временного окна\n\n## Поддержка ограничений\n\nОграничения на **исполнителя**:\n\n* Место старта/финиша\n* Учет передвижения исполнителя до точки старта транспорта\n* График доступности исполнителя - список временных окон, в которые исполнитель может совершать перемещения и совершать работу на локациях\n* Максимальная продолжительность работы исполнителя в течение заданного временного периода\n\nОграничения на **транспорт**:\n\n* Место старта/финиша\n* График доступности транспорта - список временных окон, в которые транспорт может совершать перемещения\n* Максимальная протяженность маршрута\n* Несколько отсеков в транспорте, каждый со своими параметрами\n* Ограничение сверху на суммируемые вместимости (вес, объем, количество заказов, количество заявок)\n\nОграничения на **заказ**:\n\n* Жесткие временные окна\n* Возможность указать разные допустимые окна работы локации и окна желаемого выполнения заявки\n* Учет порядка исполнения заявок в пределах маршрута\n* Список желаемых временных окон выполнения с разными стоимостями для каждого из них\n\n## Используемые совместимости\n\nСущности являются совместимыми, если список свойств одной сущности полностью покрывает список требований другой сущности (наоборот для `performer_blacklist` - списки не должны пересекаться).\n\nПоддерживаемые совместимости:\n\n| Название | Требования | Свойства |\n|-------------------------|----------------------------------|------------------------------|\n| Заказ - Исполнитель | order.performer_restrictions | performer.performer_features |\n| Заказ - Не Исполнитель | order.performer_blacklist | performer.performer_features |\n| Груз - Отсек | order.cargo.box_restrictions | transport.box.box_features |\n| Локация - Транспорт | location.transport_restrictions | transport.transport_features |\n| Транспорт - Исполнитель | transport.performer_restrictions | performer.performer_features |\n| Исполнитель - Транспорт | performer.transport_restrictions | transport.transport_features |\n| Заказ - Заказ | order.order_restrictions | order.order_features |\n| Груз - Груз | cargo.cargo_restrictions | cargo.cargo_features |\n\nПримеры бизнес правил:\n\n| Название | Пример бизнес-правила |\n|-------------------------|---------------------------------------------------------------------------------------|\n| Заказ - Исполнитель | Для выполнения заказа водитель должен иметь особое разрешение |\n| Заказ - Не Исполнитель | Водитель в черном списке |\n| Груз - Отсек | Для перевозки замороженной продукции необходим отсек с особым температурным режимом |\n| Локация - Транспорт | Ограничения на высоту транспорта |\n| Транспорт - Исполнитель | Для грузового транспорта водитель должен иметь категорию `C` |\n| Исполнитель - Транспорт | Водителю разрешено работать только на определенном транспорте |\n| Заказ - Заказ | Нельзя перевозить рыбу и фрукты в одном отсеке |\n| Груз - Груз | Два груза нельзя одновременно размещать в одном отсеке транспорта, по очереди - можно |\n\n## Назначения\n\nМеханизм назначений (`hardlinks`) необходим для указания требований по нахождению заказов, исполнителя и транспорта в одном рейсе.\n\nНазначение гарантирует нахождения сущностей в одном рейсе и не гарантирует факт планирования сущности.\nНапример, если исполнитель не успевает выполнить заказ, то он не запланируется, но назначится на рейс (попадет в `waitlist`).\n\nТакже назначение не отменяет указанные совместимости (и штрафы за нарушение совместимостей).\nНапример, если заказ не может быть выполнен исполнителем, он не запланируется, но назначится на рейс (попадет в `waitlist`).\n\n## Размещение грузов в кузове\n\nСписок способностей объекта вращаться (с шагом в 90 градусов):\n\n* `ALL` - можно поворачивать по любой оси любое количество раз\n* `YAW` - можно повернуть один раз по вертикальной оси (вокруг своей оси)\n* `PITCH` - можно повернуть один раз по поперечной оси (поставить вертикально)\n* `ROLL` - можно повернуть один раз по продольной оси (положить на бок)\n\n![rotation](../images/universal_cargo_yaw_pitch_roll.svg)\n\n## Модель рейса\n\nРейс описывается списком состояний исполнителя, при этом одновременно исполнитель может находится в нескольких состояниях (например быть внутри рабочего временного окна локации и выполнять заказ на этой же локации).\n\nЗначения флагов, отвечающих за географическое положение (одновременно может быть несколько флагов):\n\n* `AROUND_LOCATION` - исполнитель находится рядом с локацией - в процессе парковки или выезда с нее.\n* `INSIDE_LOCATION` - исполнитель находится на локации.\n\nЗначения флагов, отвечающих за нахождения во временных окнах (одновременно может быть несколько флагов):\n\n* `INSIDE_WORKING_WINDOW` - исполнитель находится внутри рабочего временного окна.\n* `INSIDE_LOCATION_WINDOW` - исполнитель находится внутри времени работы локации.\n* `INSIDE_EVENT_HARD_WINDOW` - исполнитель находится внутри жесткого временного окна.\n* `INSIDE_EVENT_SOFT_WINDOW` - исполнитель находится внутри мягкого временного окна.\n\nЗначения флагов, отвечающих за действия (одновременно может быть только один флаг):\n\n* `ON_DEMAND` - исполнитель начал работу над заявкой.\n* `WAITING` - исполнитель начал ожидание.\n* `RELOCATING` - исполнитель начал перемещаться к следующей остановке.\n* `BREAK` - исполнитель начал на перерыв.\n* `REST` - исполнитель начал длительный отдых.\n* `ARRIVAL` - исполнитель начал парковку.\n* `DEPARTURE` - исполнитель завершил выезд с парковки.\n\nЗначения флагов, отвечающих за логическое состояние:\n\n* `DURING_ROUNDTRIP` - исполнитель выполняет кругорейс.\n\n### Пример маршрута с множеством состояний в каждый момент времени\n\n| Время | Набор активных флагов | Локация / Заказ / Заявка / Событие | Комментарий |\n|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------|:----------------------------------------------------------------|\n| 10:00 | INSIDE_LOCATION
AROUND_LOCATION | 2 / - / - / - | Стартовая локация |\n| 10:05 | AROUND_LOCATION
DEPARTURE | 2 / - / - / - | Выехали с парковки |\n| 10:10 | RELOCATING
DEPARTURE | 2 / - / - / - | Едем к первому заказу |\n| 10:20 | AROUND_LOCATION
ARRIVAL | 2 / - / - / - | Подъехали к первому заказу |\n| 10:40 | AROUND_LOCATION
INSIDE_LOCATION
WAITING | 2 / - / - / - | Припарковались |\n| 11:00 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
WAITING
INSIDE_EVENT_HARD_WINDOW | 2 / - / - / - | Дождались начала окна локации и одновременно доступности заказа |\n| 11:25 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW | 2 / 1 / 2 / 3 | Дождались смены исполнителя |\n| 11:30 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
ON_DEMAND
INSIDE_WORKING_WINDOW
INSIDE_EVENT_HARD_WINDOW
INSIDE_EVENT_SOFT_WINDOW | 2 / 1 / 2 / 3 | Пока работали - случилось мягкое окно |\n| 11:40 | AROUND_LOCATION
INSIDE_LOCATION
INSIDE_LOCATION_WINDOW
INSIDE_WORKING_WINDOW | 2 / - / - / - | Закончили работать |\n| 11:45 | AROUND_LOCATION
DEPARTURE
INSIDE_WORKING_WINDOW | 2 / - / - /- | Выехали с парковки |\n| 11:45 | RELOCATING
INSIDE_WORKING_WINDOW | - / - / - / - | Едем на следующий заказ |\n\n## Кругорейсы\n\nРейс состоит из одного или более кругорейсов.\n\nФлаг наличия кругорейса `DURING_ROUNDTRIP` выставляется при начале выполнения работ по заявке и убирается в одном из трёх случаев:\n\n* исполнитель прибыл в очередную локацию, чтобы перестать использовать транспорт\n* исполнитель прибыл в локацию, разделяющую кругорейсы\n* исполнитель перестал использовать транспорт (в локации, не разделяющей кругорейсы, после выполнения какого-то ещё действия)\n\nМежду концом одного кругорейса и началом другого кругорейса не может возникнуть смены локации `RELOCATING`, но могут произойти: ожидание `WAITING`, перерыв исполнителя `BREAK`, отдых исполнителя `REST`.\n\nЛокация разделяет рейс на кругорейсы в одном из двух случаев:\n\n* если у локации задано ограничение пропускной способности `timetable.limits` (в этом случае может быть больше одной локации, разделяющей рейс)\n* если локация одновременно является стартовой и конечной локацией всех исполнителей и транспортов, а также всех заявок с типом `PICKUP` (в это случае будет только одна локация, разделяющая рейс)\n\nПримерами таких локаций (в зависимости от постановки задачи) могут служить:\n\n* распределительные центры при доставке товаров в магазины или склады в задачах дальнемагистральной перевозки\n* магазины или склады при доставке товаров покупателям в задачах последней мили\n* свалки в задачах вывоза мусора\n\n## Конфигурация планирования\n\nДля каждого планирования есть возможность указать конфигурацию планирования, которая определяет целевую функцию, желаемое качество маршрутов и скорость расчета.\n\nНазвание конфигурации планирования передается в поле `trips_settings.configuration`.\n\nОсновные конфигурации:\n\n| Название | Задача |\n|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **optimize_distance** | Расставить как можно больше заказов, затем оптимизировать суммарный пробег (количество транспорта выбирается исходя из пробега), используется по умолчанию |\n| **optimize_transports** | Расставить как можно больше заказов, при этом использовать как можно меньше транспорта, при прочих равных оптимизировать время работы исполнителей |\n| **optimize_locality_grouping** | Расставить как можно больше заказов, при этом стремиться оптимизировать визуальную группировку маршрутов, но не их количество |\n| **optimize_cars_then_distance** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем пробег |\n| **optimize_time** | Расставить как можно больше заказов, затем оптимизировать суммарное время работы исполнителей |\n| **optimize_cars_then_time** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем суммарное время работы исполнителей |\n| **optimize_money** | Оптимизировать величину \"прибыль - затраты\", складывается из наград за заявки и расходов на исполнителей и транспорты (оптимизируемая величина неотрицательна) |\n\nДополнительные конфигурации:\n\n| Название | Задача |\n|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **visual_grouping** | Расставить как можно больше заказов, при этом использовать как можно меньше транспорта и маршруты должны быть визуально сгруппированы |\n| **optimize_visual_grouping** | Расставить как можно больше заказов, затем равномерно распределить заказы с учетом зон транспортной доступности (как visual_grouping, но визуальная группировка рассчитывается иначе) |\n| **optimize_cars_then_locality_grouping** | Расставить как можно больше заказов, затем оптимизировать количество транспорта, затем визуальную группировку маршрутов |\n| **optimize_cars_then_single_location_grouping_sequenced** | Расставить как можно больше заказов, затем оптимизировать количество машин, а затем надёжность |\n\nВ дополнение к существующим вариантам планирования возможно создание целевой функции непосредственно под бизнес-процессы клиента ([запросить конфигурацию](mailto:servicedesk@veeroute.com)).\n\nДля разработки рекомендуется использовать **optimize_cars_then_distance**, так как данная конфигурация не требует детального подбора тарифов и стоимостей заказов.\n\n## Валидация данных\n\nВалидация входных данных состоит из нескольких этапов, которые описаны ниже.\n\n### 1. Проверка по схеме\n\nЕсли запрос не проходит по схеме, то планирование не запускается целиком и такая ошибка возвращается вместе с кодом 400 в `schema_errors`.\n\nМы рекомендуем проверять запрос по схеме (или yaml-файлу) перед отправкой на сервер.\n\n### 2. Проверка на логические ошибки, которые не позволяют продолжить планирование\n\nКорректные по схеме данные проходят второй этап проверки на возможность запуска планирования.\n\nПример ошибок на данном этапе - ключи, ведущие на пустые сущности, или если все заказы несовместимы со всеми исполнителями, т.е. то, что делает задачу планирования бессмысленной.\n\nДанные ошибки возвращаются вместе с кодом 400 в `logical_errors`.\n\n### 3. Проверка на логические ошибки, которые не позволяют продолжить планирование\n\nНа третьем этапе происходит проверка каждой сущности отдельно.\n\nВсе сущности, которые не прошли проверку - вырезаются из исходной задачи и не отправляются на планирование.\n\nВ зависимости от настройки `treat_warnings_as_errors` результаты данного типа проверки возвращаются в `warnings` вместе с кодом 400, либо вместе с результатом планирования.\n\n### 4. Проверки в процессе планирования\n\nЧасть проверок можно осуществить только в процессе планирования.\n\nНапример - что согласно указанным тарифам и по актуальному прогнозу пробок физически невозможно доехать до определенной точки.\n\nРезультаты данных проверок возвращаются в `warnings` либо вместе с результатом планирования.\n\n## Диаграмма сущностей\n\n![erd](../uml/universal.svg)\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com","type":"text/plain"}}}