{"item":[{"name":"Route","description":"建立地理点之间的移动路径。\n","item":[{"id":"c617c3be-4a86-4c9d-8be0-569b25504462","name":"Route between points","request":{"name":"Route between points","description":{"content":"Constructing a route between points, taking into account the specified order and time at each stop. When specifying the departure time `departure_time`, traffic jams are taken into account.\n","type":"text/plain"},"url":{"path":["routing","route","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"ec7f7512-d35f-496e-a2ba-ca93df4b2557","name":"The route has been successfully built","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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\": \"ROUTING\",\n \"operation\": \"run_route_calculation\",\n \"time\": \"2025-03-23T15:38:46.819189Z\"\n },\n \"route\": {\n \"legs\": [\n {\n \"steps\": [\n {\n \"transport_type\": \"CAR\",\n \"polyline\": [\n {\n \"latitude\": 55.746479,\n \"longitude\": 37.49293,\n \"time\": \"2025-03-23T15:42:41Z\"\n },\n {\n \"latitude\": 55.746405,\n \"longitude\": 37.492664,\n \"time\": \"2025-03-23T15:42:42Z\"\n },\n {\n \"latitude\": 55.746625,\n \"longitude\": 37.492461,\n \"time\": \"2025-03-23T15:42:43Z\"\n }\n ]\n }\n ],\n \"departure_name\": \"waypoint_01\",\n \"destination_name\": \"waypoint_02\",\n \"statistics\": {\n \"distance\": 17101,\n \"time_window\": {\n \"from\": \"2025-03-23T17:58:45Z\",\n \"to\": \"2025-03-23T18:35:45Z\"\n },\n \"duration\": \"PT27M\",\n \"stopping_time\": \"PT10M\"\n }\n }\n ],\n \"statistics\": {\n \"distance\": 17101,\n \"time_window\": {\n \"from\": \"2025-03-23T17:58:45Z\",\n \"to\": \"2025-03-23T18:35:45Z\"\n },\n \"duration\": \"PT27M\",\n \"stopping_time\": \"PT10M\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"580fa956-df5c-4cef-bd19-fa4ebc63ba73","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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\": \"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\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b5b610e-0e57-4fdb-b6cc-cef70659f22b","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"e957848d-7b81-4fe0-a19b-a050a8759233","name":"Payment Required","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"615507cf-0581-4248-aa99-6ec72b4a3454","name":"Not found","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"8e3c4db7-c56f-4ef1-a814-c21ad9360f46","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"11846689-4155-466e-8772-1fea77f5c216","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"850082af-009c-4e50-8754-bda4e6365b60","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"fc90b961-ff36-41cc-bd5e-a08e4ad281fc","name":"Too many requests","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"23f54fc6-952e-447e-81a4-6a690243afae","name":"Internal server error","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"f96af995-5ea6-434a-a80b-51cdba2fd64a","name":"Not implemented","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6c0b8e9e-92fe-4b27-9161-268e39161301","name":"Bad gateway","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"fc643563-9f35-4740-9b63-e144d0e8d46f","name":"Service unavailable","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"81b4238b-8ca8-4e5d-af55-c01cea8a2133","name":"Gateway timeout","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6f4829b3-464f-4caf-895a-f6a047928b2f","name":"Service unavailable","originalRequest":{"url":{"path":["routing","route","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 \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"Matrix","description":"构建路由矩阵。\n\n为了构建矩阵,不考虑“geo_provider”参数;始终使用默认的地理提供商。\n","item":[{"id":"f9c8aa8f-b33d-46fe-8f23-ed12491b81d0","name":"Time-distance matrix","request":{"name":"Time-distance matrix","description":{"content":"Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.\n","type":"text/plain"},"url":{"path":["routing","matrix","calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"459c4167-a0e5-4fb2-9ee1-2ef7336879ed","name":"The matrix has been successfully built","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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\": \"ROUTING\",\n \"operation\": \"run_matrix_calculation\",\n \"time\": \"2025-03-23T15:42:47.418015Z\"\n },\n \"matrix\": {\n \"waypoints\": [\n {\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n },\n \"name\": \"waypoint_03\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n },\n \"name\": \"waypoint_01\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n },\n \"name\": \"waypoint_02\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n },\n \"name\": \"waypoint_05\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n },\n \"name\": \"waypoint_04\"\n }\n ],\n \"distances\": [\n [\n 0,\n 20315,\n 37877,\n 24153,\n 17333\n ],\n [\n 29204,\n 0,\n 15069,\n 20098,\n 9181\n ],\n [\n 36075,\n 15410,\n 0,\n 23216,\n 16063\n ],\n [\n 25718,\n 23050,\n 24467,\n 0,\n 12455\n ],\n [\n 17072,\n 6901,\n 16961,\n 13555,\n 0\n ]\n ],\n \"durations\": [\n [\n 0,\n 20,\n 28,\n 26,\n 18\n ],\n [\n 23,\n 0,\n 16,\n 22,\n 9\n ],\n [\n 27,\n 16,\n 0,\n 25,\n 17\n ],\n [\n 26,\n 20,\n 24,\n 0,\n 14\n ],\n [\n 18,\n 7,\n 17,\n 15,\n 0\n ]\n ]\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"72cdae78-80a2-4449-ae52-d91db3816e6f","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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\": \"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\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38aa8a48-93df-4eb1-a7d9-573e23a54555","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"55267455-2ce5-4b7e-8952-3d88e21de010","name":"Payment Required","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"e8523040-76b4-40bb-96b2-8be922f38e48","name":"Not found","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"9fbb82e3-43cd-4c77-942b-927d3373b17b","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"1dbc25bf-e969-4df8-a00f-90b0f1bd12c3","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"a678dd30-b5e0-4ebc-9f41-22e449c2228b","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"dc1de822-5e0a-4d3f-9296-766d6b4f026b","name":"Too many requests","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"0cf5ce6a-d63f-4c64-a677-19513ec30998","name":"Internal server error","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"004bb8f5-c7e4-4790-8b16-298c3c083eca","name":"Not implemented","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2b627d66-bab0-476d-a8e0-0bec288be503","name":"Bad gateway","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"360751e4-6b36-4e28-90c6-d1a1f331ede5","name":"Service unavailable","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"476c883e-20b0-4906-8d4d-c9702863362e","name":"Gateway timeout","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"bfc10692-40ed-4c7b-83a8-0b30ec7446b0","name":"Service unavailable","originalRequest":{"url":{"path":["routing","matrix","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 \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\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":"04fc7d86-e3be-443d-812d-b79f9b91c16f","name":"检查服务可用性","request":{"name":"检查服务可用性","description":{"content":"检查服务可用性。","type":"text/plain"},"url":{"path":["routing","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"16c0b2ae-14a5-4453-8db6-b400646ca4e8","name":"Successful execution","originalRequest":{"url":{"path":["routing","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":"c03a2cb4-bb99-4a2d-96ae-5d1b994d9432","name":"Not found","originalRequest":{"url":{"path":["routing","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":"dc8ab2c2-8507-4b44-9313-168c44621a92","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["routing","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":"bcb715d9-612d-42b7-a478-11f1bb219c5c","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["routing","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":"4805b73b-ca41-4dd3-bdae-5f70579aa5e5","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["routing","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":"b1f9e7f4-b9c5-4b9b-8e78-cc23eced7141","name":"Too many requests","originalRequest":{"url":{"path":["routing","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":"9262cb67-5911-48f9-9ffd-43467503d948","name":"Internal server error","originalRequest":{"url":{"path":["routing","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":"81c13b60-1b3d-48d3-9676-325dcfa6de8e","name":"Not implemented","originalRequest":{"url":{"path":["routing","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":"30ada883-1d86-42d5-971f-5bb82a992631","name":"Bad gateway","originalRequest":{"url":{"path":["routing","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":"996336a8-0eb3-42ff-b7fb-6ebb51ac42e8","name":"Service unavailable","originalRequest":{"url":{"path":["routing","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":"fab166b4-b3a5-423f-a2d3-3ed5d85e9f61","name":"Gateway timeout","originalRequest":{"url":{"path":["routing","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":"9977f836-def2-49b7-a12b-eb69985604cc","name":"Service unavailable","originalRequest":{"url":{"path":["routing","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":"acdff184-e62d-4da1-8585-fc39353a976f","name":"获取服务版本","request":{"name":"获取服务版本","description":{"content":"获取服务版本。","type":"text/plain"},"url":{"path":["routing","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"8267250a-78e5-470d-bdbc-17278a817daa","name":"Successful execution","originalRequest":{"url":{"path":["routing","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":"bf483f46-cd06-403e-b5bc-3b64456c1b32","name":"Not found","originalRequest":{"url":{"path":["routing","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":"51c05607-bf28-48dc-8234-208d9b8e7ec1","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["routing","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":"0043c6c0-3ff4-4b6b-9ffa-b9e298c929db","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["routing","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":"14bc57dc-131a-4eb6-a0f6-83235740e2b6","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["routing","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":"5091cb72-2767-4170-a2db-6cd7940d190e","name":"Too many requests","originalRequest":{"url":{"path":["routing","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":"f3aff534-650c-4067-a957-c12c5a6bafe4","name":"Internal server error","originalRequest":{"url":{"path":["routing","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":"41a11a06-57d9-401d-ad57-5a0b9391aafe","name":"Not implemented","originalRequest":{"url":{"path":["routing","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":"e44a4ffd-a156-42b7-9189-8099409a37e3","name":"Bad gateway","originalRequest":{"url":{"path":["routing","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":"a6463160-cc10-4617-a73a-4a3efba448ba","name":"Service unavailable","originalRequest":{"url":{"path":["routing","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":"4c2f8fa1-c3c9-4924-92e3-883cf3591283","name":"Gateway timeout","originalRequest":{"url":{"path":["routing","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":"f00d5e35-d4da-4ae8-992d-e3c2a13021f9","name":"Service unavailable","originalRequest":{"url":{"path":["routing","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":"b30ffeb9-0c2c-4476-80a8-b720fa3688ee","name":"检查服务可用性","request":{"name":"检查服务可用性","description":{"content":"检查服务可用性。","type":"text/plain"},"url":{"path":["routing","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"file_en.html","key":"filename","disabled":false,"description":{"content":"(Required) File name.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"text/html"}],"method":"GET","body":{},"auth":null},"response":[{"id":"cc7acf57-3dd8-462b-940e-c9bb254a3aca","name":"Successful execution","originalRequest":{"url":{"path":["routing","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":"incididunt consequat consectetur","cookie":[],"_postman_previewlanguage":"text"},{"id":"c312115a-eba6-4c8e-9ef1-68bb48f3d6d1","name":"Not found","originalRequest":{"url":{"path":["routing","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":"fce5f726-30c6-4a7e-9637-1ea5ad77a3a4","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["routing","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":"49aaddbd-3983-49f9-b2b1-704d8c84fdb9","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["routing","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":"1808d1a1-c83b-4ec5-a9dc-04f655b88a10","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["routing","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":"ff8375d0-4f62-443d-bde8-b895392d62cd","name":"Too many requests","originalRequest":{"url":{"path":["routing","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":"3908e0d2-e764-4849-8d6f-369f77d00897","name":"Internal server error","originalRequest":{"url":{"path":["routing","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":"44429a36-7ab4-47a9-bc3a-d3c58dbd22f8","name":"Not implemented","originalRequest":{"url":{"path":["routing","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":"af77ab33-a516-4fe7-a462-63bfd6e44b99","name":"Bad gateway","originalRequest":{"url":{"path":["routing","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":"afb26733-a467-4019-94ef-484716461c6a","name":"Service unavailable","originalRequest":{"url":{"path":["routing","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":"b6dd56b0-77a0-4caa-b14a-63f624731cc3","name":"Gateway timeout","originalRequest":{"url":{"path":["routing","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":"f8659acf-6fde-46a4-9d58-2587df5e61ea","name":"Service unavailable","originalRequest":{"url":{"path":["routing","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}],"auth":{"type":"bearer","bearer":[{"type":"any","value":"{{bearerToken}}","key":"token"}]},"event":[],"variable":[{"key":"baseUrl","value":"https://api.edge7.veeroute.cloud"}],"info":{"_postman_id":"cb47e56f-fff8-4b24-abe7-563a39f69fed","name":"VRt.Routing [RT]","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"# Description\n\n**VRt.Routing** is designed to find a route between locations and build time-distance matrices.\n\n## Features\n\n* Getting the distance and time between two locations, including traffic jams\n* Finding a route between specified locations\n* Creating a time-distance matrix\n\n## Entity relationship diagram\n\n![erd](../uml/routing.svg)\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com","type":"text/plain"}}}