{"item":[{"name":"Route","description":"Building a path of movement between geographic points.\n","item":[{"id":"438cc558-ffec-4cb2-a3a6-79f58b582838","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":"557d3cff-f481-4390-9860-7f7eedb05f12","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-09-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-09-23T15:42:41Z\"\n },\n {\n \"latitude\": 55.746405,\n \"longitude\": 37.492664,\n \"time\": \"2025-09-23T15:42:42Z\"\n },\n {\n \"latitude\": 55.746625,\n \"longitude\": 37.492461,\n \"time\": \"2025-09-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-09-23T17:58:45Z\",\n \"to\": \"2025-09-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-09-23T17:58:45Z\",\n \"to\": \"2025-09-23T18:35:45Z\"\n },\n \"duration\": \"PT27M\",\n \"stopping_time\": \"PT10M\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5227833-db7e-40df-b874-b97bf90cb7cf","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-09-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":"02fff4e8-0a7d-4609-8c7c-17f5edb83003","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":"fa9a66ff-d238-470c-876e-1db5189d9d0b","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9ec119f-e5a8-4265-b3ba-9e5504904fb5","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-09-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ad0cc6f-4981-494a-8975-7086ed37983f","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":"c88d1e6c-830a-4df1-9b1f-5eb8c433ce2d","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":"9a484f5a-a7fd-4997-9d7f-a6aa52c49f03","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":"e2334447-4058-463b-bc04-151aa47f27ad","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9172991a-2d53-4134-9e39-afec40882852","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bdd774de-76f2-41a4-bfb1-b5b955b704d3","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":"b3fda2a6-6134-4299-9a2b-dbef352ec84b","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":"34d4b57c-b4c3-4364-8165-1db20806609c","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":"1d4047c2-191f-4172-83fe-255b582ecd12","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":"a5639b3d-a808-4938-9569-ebc7e0ce4c91","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":"Build a routing matrix.\n\nTo build the matrix, the `geo_provider` parameter is not taken into account; the default geo-provider is always used.\n","item":[{"id":"2b00dc28-29b1-47af-b9d5-7f2181ed179d","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":"226fb2f9-dfad-457d-9f54-64dc37f29785","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-09-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":"89a2d90f-c81b-4168-a334-f6331e899299","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-09-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":"efff1cd5-752b-4181-bb22-ccc54f299307","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":"c0b154f6-c6f0-4e62-a03f-73147aee9a69","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"10adf588-f845-4c13-ae33-b6cfdf03009d","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-09-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c5a6219-9da6-4883-9b31-22b4ef1efa5e","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":"dca07978-39f1-4822-9bf2-b6b3afdd8012","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":"52f2574d-672f-4cb8-ae2c-0b2340b81ca8","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":"0405af20-4f68-41b4-8016-f1ae5f9c78c1","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"281933d2-7cdd-4d02-9139-7205662b3461","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f61d105-31dd-4257-bfb3-86e462f4f36b","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":"456fe6f4-4cb6-4670-a276-c9ffbef89f65","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":"08c2a0d1-0e49-4708-aac8-abfcc99511b2","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":"c6cb9e68-fbf0-4f22-8ec9-989b2fd3def1","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":"4b893879-d214-44a5-9d03-2fb8ebc2ed73","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":"System functions.\nAuxiliary functionality common to all services.\n","item":[{"id":"cb549ff9-913a-49b5-afba-fdb673f4242e","name":"Checking the availability","request":{"name":"Checking the availability","description":{"content":"Checking the service availability.","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":"c71fa9f3-0b78-4b49-8b73-2d5d41fdbea1","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":"1613ce71-35a4-44fd-9c17-b59b88886c42","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-09-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dbe7cc99-b7fe-4ed6-9b40-84cc53d202f0","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":"fdf11508-1e96-423f-8504-d6f4991e225a","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":"f78d6152-5381-4814-8212-88c336c02365","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":"9b0698ac-0027-465f-8d4c-025c02d42428","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"82d9b106-191b-4616-99ed-52cc40d9896e","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dfe8ec12-9fcf-4065-9fa4-6c64383e230d","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":"e5baeba7-54bb-4a05-8505-15b277918f12","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":"39d927be-d4fd-41ce-a7e9-6fcc64045495","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":"b18634f2-81ab-43d9-982a-4ab8fafa22ac","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":"79c4106b-5320-4152-8122-176ce4cad90e","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":"a66aac8b-7524-4ba5-9853-63ae216a7472","name":"Getting the service version","request":{"name":"Getting the service version","description":{"content":"Getting the service version.","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":"a09f4324-a256-407d-8261-40c44cf23668","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":"00be2bfe-b175-4e95-b779-3090354bc549","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-09-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0381be2a-15c1-4349-85b9-9e4af716beb6","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":"57bee924-fdba-4695-980c-7666bbf1d26f","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":"92ac46ea-c480-44e1-8e29-3919b863d633","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":"ec41bd2b-e876-49fe-8aba-1d5e669306c6","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a76d5e00-7b04-4c89-a603-77f14d6534fc","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3b9c4f1-6628-4e05-90ed-7d68956f7fee","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":"090a7c79-5d12-47fa-85ac-1547071de78a","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":"0054fe68-38f1-4040-9b14-6260116dde8a","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":"947f620d-f848-47a6-9e1f-20f8b9dea108","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":"fd061743-3a49-4006-9430-e856af81efea","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":"71a937a1-51b3-44a8-8f9e-a3ec6473ea1e","name":"Getting the documentation","request":{"name":"Getting the documentation","description":{"content":"Getting the file with this service documentation.","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":"e33c3919-6883-4851-9218-2bb1481c05c6","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":"magna ullamco ea","cookie":[],"_postman_previewlanguage":"text"},{"id":"781827e8-c7bc-46d5-9be2-1a844d8b7e28","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-09-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bdd52145-31d7-49ef-b95b-060f9bbc8cb0","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":"a7e8d1ee-78e2-47c5-8463-fcfb58037f67","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":"6204fe12-9c05-4108-b729-7dc8bde0d5df","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":"d533baa0-4bd1-441f-b368-58b2cf4b4970","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"73578497-5230-4024-be6e-097ebfae1be1","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-09-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90464ebf-9cd7-444e-8bb4-9c048378c75f","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":"7496c14e-fbb7-4364-9f68-9ab4d9476ec1","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":"37ac33f6-4357-4b60-9deb-68d102fe3f46","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":"db343297-6840-401d-bbec-438057f8d1cb","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":"fdd31543-5d48-4a5b-9851-ab2255d32471","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":"1952c0b7-a9f2-4dc3-9a20-c82b86a973b3","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"}}}