{ "info": { "_postman_id": "5fb893c3-f771-444d-a4aa-abfbf97a896a", "name": "Track-POD Address Route API", "description": "Track-POD API enables ERP or any other system integration with Track-POD without need for any manual data input. Our API provides an easy HTTP interface to Track-POD functionality through JSON or XML

Endpoint:
https://api.track-pod.com/

Request headers:
X-API-KEY - API Key. Please find the API key in the Track-POD settings
Content-Type - (POST/PUT) Request input type: application/json - JSON, application/xml - XML
Accept - Response output type: application/json - JSON, application/xml - XML
Accept-Encoding - Response compression: gzip, deflate, br

Webhooks:
Create/Update/Delete route, Create/Update/Delete order, and more How to use Webhooks?", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:17:33.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-5fb893c3-f771-444d-a4aa-abfbf97a896a" }, "item": [ { "name": "Route", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "CustomFields", "item": [ { "name": "Update routes custom fields by route code", "id": "5017197d-9b8a-43e2-8efa-248a438160e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "id": "fa41979a-90ac-4ba1-b4af-0efed240a8c7", "key": "code", "value": "", "description": "(Required) Route code" } ] } }, "response": [ { "id": "76382156-f4dc-4bcb-8e13-dd74d11dc014", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-76382156-f4dc-4bcb-8e13-dd74d11dc014" }, { "id": "25082d76-dbeb-453e-9779-8e55559f9e51", "name": "Route was updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-25082d76-dbeb-453e-9779-8e55559f9e51" }, { "id": "8a62b8eb-5484-4ec4-811b-045bbb92a886", "name": "One or more validation errors", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8a62b8eb-5484-4ec4-811b-045bbb92a886" }, { "id": "1b6f5a07-65ca-4638-9d49-b0f94984d98d", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1b6f5a07-65ca-4638-9d49-b0f94984d98d" }, { "id": "32cd7223-9da1-40e1-a2b7-df0ba6ad9ea2", "name": "Not Found. Route not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-32cd7223-9da1-40e1-a2b7-df0ba6ad9ea2" }, { "id": "0ece9df8-244c-4261-ba86-e8e78ac6fc5f", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0ece9df8-244c-4261-ba86-e8e78ac6fc5f" }, { "id": "62e9d253-10a6-4781-940a-959d0c2a3a75", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "CustomFields" ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-62e9d253-10a6-4781-940a-959d0c2a3a75" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5017197d-9b8a-43e2-8efa-248a438160e1" } ], "id": "f286c998-edcc-4e71-bc7c-0bf58881d11b", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f286c998-edcc-4e71-bc7c-0bf58881d11b" }, { "name": "Order", "item": [ { "name": "Number", "item": [ { "name": "{number}", "item": [ { "name": "Add existing order to route", "id": "bf620455-0403-4325-9958-2ed4b44b28f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "id": "90ca8e4b-153e-4874-af9d-ac48289ea4eb", "key": "code", "value": "", "description": "(Required) Route code" }, { "id": "6d80d92b-805a-48ed-a0a1-26d36763093d", "key": "number", "value": "", "description": "(Required) Order number" } ] } }, "response": [ { "id": "e3b3c033-a368-43d3-a920-b96bfe9e0829", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e3b3c033-a368-43d3-a920-b96bfe9e0829" }, { "id": "fc0ad271-e54c-49f1-9b3c-3156d301a5ae", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fc0ad271-e54c-49f1-9b3c-3156d301a5ae" }, { "id": "586a2a2d-a8bf-4a70-b45f-1b7cf11c2902", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-586a2a2d-a8bf-4a70-b45f-1b7cf11c2902" }, { "id": "c1e46c77-77e5-49d8-9220-db51e22b22b5", "name": "Not found. Route or Order not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c1e46c77-77e5-49d8-9220-db51e22b22b5" }, { "id": "355ec940-e5e2-4553-be78-6a65abbf6646", "name": "Not Allowed. Unable to add order to route. Example: order has successful delivery", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-355ec940-e5e2-4553-be78-6a65abbf6646" }, { "id": "f3f08835-351f-48d6-a33f-86db7cb24c0c", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f3f08835-351f-48d6-a33f-86db7cb24c0c" }, { "id": "d808d29a-910b-4f2e-bc8c-224074709c90", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "number" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-d808d29a-910b-4f2e-bc8c-224074709c90" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bf620455-0403-4325-9958-2ed4b44b28f0" } ], "id": "69b15ba6-e7bc-46e7-b89e-a9fd24abab97", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-69b15ba6-e7bc-46e7-b89e-a9fd24abab97" } ], "id": "e2fc9cea-a8d4-43af-9b58-db99710a7a1b", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e2fc9cea-a8d4-43af-9b58-db99710a7a1b" }, { "name": "Id", "item": [ { "name": "{orderId}", "item": [ { "name": "Add existing order to route", "id": "77a6af79-93f6-4262-84f0-a11df92b8334", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "id": "cf2ae828-a482-4d03-adac-393bdb69060b", "key": "code", "value": "", "description": "(Required) Route code" }, { "id": "4b9226a8-3096-4643-b494-60fad1a1961f", "key": "orderId", "value": "", "description": "(Required) Order Id" } ] } }, "response": [ { "id": "2d5410c1-dd57-4e48-82da-dc9e98d7dc88", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2d5410c1-dd57-4e48-82da-dc9e98d7dc88" }, { "id": "7a0007cd-e8e9-4632-8ada-880e4c544a9d", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7a0007cd-e8e9-4632-8ada-880e4c544a9d" }, { "id": "cee26eb1-64a7-4d63-8a43-07a50602d0d4", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-cee26eb1-64a7-4d63-8a43-07a50602d0d4" }, { "id": "6939ac61-7343-424d-b9d7-a4e176e37286", "name": "Not found. Route or Order not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6939ac61-7343-424d-b9d7-a4e176e37286" }, { "id": "c6d865ea-ffa8-4171-9147-f9b7512feacf", "name": "Not Allowed. Unable to add order to route. Example: order has successful delivery", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c6d865ea-ffa8-4171-9147-f9b7512feacf" }, { "id": "7fbe5f12-139b-4668-bbbf-b244712c52c2", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7fbe5f12-139b-4668-bbbf-b244712c52c2" }, { "id": "c82280af-1df4-42b1-a1d6-10f81cd1451f", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "code" }, { "key": "orderId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c82280af-1df4-42b1-a1d6-10f81cd1451f" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-77a6af79-93f6-4262-84f0-a11df92b8334" } ], "id": "6d4f99da-ab32-4504-a436-38c1412c7428", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6d4f99da-ab32-4504-a436-38c1412c7428" } ], "id": "9e1ccaec-0ce9-4bb3-9622-adf5569dc7db", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9e1ccaec-0ce9-4bb3-9622-adf5569dc7db" }, { "name": "Add new order to route", "id": "f329ae61-d2ba-4d52-b489-a9d86ce5be82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "id": "48315ba5-f116-45f5-a07d-4cad46411a2d", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "62ac2e5e-88ac-4813-924a-bf2c64eaa9da", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-62ac2e5e-88ac-4813-924a-bf2c64eaa9da" }, { "id": "5680a76c-531f-496e-bc3e-07860f9776b8", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5680a76c-531f-496e-bc3e-07860f9776b8" }, { "id": "c05de2f7-034b-4bce-95f3-68f71aeb9dda", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c05de2f7-034b-4bce-95f3-68f71aeb9dda" }, { "id": "0b44b44c-536d-411e-8e8c-9ce92d33c815", "name": "Not Allowed. Unable to add order to route. Route has been closed", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0b44b44c-536d-411e-8e8c-9ce92d33c815" }, { "id": "b4443d7c-9bc8-4c6d-8782-ac0ccfd7f7db", "name": "Unsupported Media Type. Invalid Content-Type in the request header. Must be application/json or application/xml", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b4443d7c-9bc8-4c6d-8782-ac0ccfd7f7db" }, { "id": "53df8d3a-823a-4372-8b88-10a378a9df2c", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-53df8d3a-823a-4372-8b88-10a378a9df2c" }, { "id": "57b26e17-32f0-4c8f-9df1-bc6bef25c584", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-57b26e17-32f0-4c8f-9df1-bc6bef25c584" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f329ae61-d2ba-4d52-b489-a9d86ce5be82" } ], "id": "015dbff1-7589-40cf-a2fd-b8ffb9a4698c", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-015dbff1-7589-40cf-a2fd-b8ffb9a4698c" }, { "name": "Update route by code", "id": "fb08e1cb-0c03-4234-9d0d-764524189bcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "id": "6a82ed6b-19cf-4cdf-bd22-aa089d9aa0cc", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "80d1a610-e819-4507-8e76-45def4742717", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-80d1a610-e819-4507-8e76-45def4742717" }, { "id": "7c08e8a8-d04c-4102-b425-3f23e0774c42", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7c08e8a8-d04c-4102-b425-3f23e0774c42" }, { "id": "109851bf-f67e-4c1a-bffe-c543d96badb5", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-109851bf-f67e-4c1a-bffe-c543d96badb5" }, { "id": "fa17bc68-4b82-41c2-a385-d029b0b75d7b", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fa17bc68-4b82-41c2-a385-d029b0b75d7b" }, { "id": "a9fbe2e6-7ae9-407c-bb44-65f994319391", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a9fbe2e6-7ae9-407c-bb44-65f994319391" }, { "id": "c58d6315-754b-43d2-8449-cc01fd1c5af7", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c58d6315-754b-43d2-8449-cc01fd1c5af7" }, { "id": "282fb0e5-9f32-4ec8-bf7a-3129d10c726f", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Code/:code?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-282fb0e5-9f32-4ec8-bf7a-3129d10c726f" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fb08e1cb-0c03-4234-9d0d-764524189bcd" }, { "name": "Get route by code", "id": "f1ce4eb2-8f91-428d-86a0-c8143fb46bc4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "id": "f9ef44b8-94f0-4c7f-8bf4-52f045567224", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d03308de-740a-4576-a9dd-677d5e85b984", "name": "A route", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"StartDate\": \"\",\n \"CloseDate\": \"\",\n \"Track\": \"\",\n \"Priority\": \"\",\n \"LocationLat\": \"\",\n \"LocationLon\": \"\",\n \"StartTimePlan\": \"\",\n \"FinishTimePlan\": \"\",\n \"DistancePlan\": \"\",\n \"CostPlan\": \"\",\n \"CostActual\": \"\",\n \"CreateDateUtc\": \"\",\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"Closed\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Loaded\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"Web\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"Draft\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Scanned\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"File\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n }\n ],\n \"Status\": \"Ready\",\n \"Xd\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-d03308de-740a-4576-a9dd-677d5e85b984" }, { "id": "8bf71f16-3c5e-4ea5-9226-719b364ab9bd", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8bf71f16-3c5e-4ea5-9226-719b364ab9bd" }, { "id": "15eb6377-93fb-4bff-a8ea-4d63d4b0e64c", "name": "Not found. Route not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-15eb6377-93fb-4bff-a8ea-4d63d4b0e64c" }, { "id": "24d65d0a-ea29-4797-ad95-0db8ce76b051", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-24d65d0a-ea29-4797-ad95-0db8ce76b051" }, { "id": "d90763c3-8006-4b50-89ef-6545e41d100b", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-d90763c3-8006-4b50-89ef-6545e41d100b" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f1ce4eb2-8f91-428d-86a0-c8143fb46bc4" }, { "name": "Delete route by code.", "id": "0775f7a7-a6ca-42cc-ab74-1c6179b23af7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "id": "efd099e3-df92-4ebd-9701-158544b7c7f1", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "61fdd7e0-f60b-44dc-8cf6-11f16a456060", "name": "Route has been deleted", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-61fdd7e0-f60b-44dc-8cf6-11f16a456060" }, { "id": "01c734a9-0b6f-41e9-8f82-dd13690a3700", "name": "Bad Request. Route already has delivery status", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-01c734a9-0b6f-41e9-8f82-dd13690a3700" }, { "id": "758c8e01-6695-4975-8919-564db69779e4", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-758c8e01-6695-4975-8919-564db69779e4" }, { "id": "4dd04bd2-5807-4267-9dfc-9a641e0ec20d", "name": "Not found. Route not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-4dd04bd2-5807-4267-9dfc-9a641e0ec20d" }, { "id": "db60d357-c8fc-402e-ab77-9916aaf22a0f", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-db60d357-c8fc-402e-ab77-9916aaf22a0f" }, { "id": "34cc0424-240a-4c81-8597-d0a5d01333c1", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Code/:code?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Code", ":code" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "code" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-34cc0424-240a-4c81-8597-d0a5d01333c1" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0775f7a7-a6ca-42cc-ab74-1c6179b23af7" } ], "id": "6ec08c9a-f62d-48b4-83e0-8580b73457cc", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6ec08c9a-f62d-48b4-83e0-8580b73457cc" } ], "id": "1ba04b01-f409-4016-8c27-4a2922883697", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1ba04b01-f409-4016-8c27-4a2922883697" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "CustomFields", "item": [ { "name": "Update routes custom fields by route id", "id": "3278ef73-9491-4227-b86b-05911051d452", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "id": "4df85e6b-68e6-4d1e-a90b-ed35982135ac", "key": "id", "value": "", "description": "(Required) Route id" } ] } }, "response": [ { "id": "bff0593d-c5cc-439d-a30b-af4de73e47fc", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bff0593d-c5cc-439d-a30b-af4de73e47fc" }, { "id": "92b1b4a1-46a1-4ebd-8cb1-99d498aaf96d", "name": "Route was updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-92b1b4a1-46a1-4ebd-8cb1-99d498aaf96d" }, { "id": "149cd630-d5cd-4413-9447-190c7e05c3e6", "name": "One or more validation errors", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-149cd630-d5cd-4413-9447-190c7e05c3e6" }, { "id": "b3b2b7ac-489e-40df-93dc-9269bb437655", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b3b2b7ac-489e-40df-93dc-9269bb437655" }, { "id": "239c2561-0ca2-4e14-b7c9-90f0c0ed1bec", "name": "Not Found. Route wasn't found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-239c2561-0ca2-4e14-b7c9-90f0c0ed1bec" }, { "id": "37575e88-25ca-494e-ac0a-30faf61ffb03", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-37575e88-25ca-494e-ac0a-30faf61ffb03" }, { "id": "3a6e9ea7-13cb-452e-93a6-4f9cbe9aa814", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "[\n {\n \"Id\": \"cf_3072\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_57959270\",\n \"Value\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/CustomFields", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "CustomFields" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3a6e9ea7-13cb-452e-93a6-4f9cbe9aa814" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3278ef73-9491-4227-b86b-05911051d452" } ], "id": "f2e6c513-b4dc-49bb-8ca8-34939fe2f50d", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f2e6c513-b4dc-49bb-8ca8-34939fe2f50d" }, { "name": "Order", "item": [ { "name": "Number", "item": [ { "name": "{number}", "item": [ { "name": "Add existing order to route", "id": "ed1814ed-4abe-4c33-8881-f5ad4131cf1a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "id": "5aac2fdf-65ea-46d3-9216-638d6ddcd03d", "key": "id", "value": "", "description": "(Required) Route Id" }, { "id": "a279bff6-1df0-4fd3-ba0c-cfad9019a30a", "key": "number", "value": "", "description": "(Required) Order number" } ] } }, "response": [ { "id": "7c471326-b0f5-4c4e-9bd7-2cd0932af243", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7c471326-b0f5-4c4e-9bd7-2cd0932af243" }, { "id": "ed7e1ad4-553a-46cf-8337-f699ace5ec41", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ed7e1ad4-553a-46cf-8337-f699ace5ec41" }, { "id": "dfa0e08b-6154-49e0-819c-f84001df3274", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dfa0e08b-6154-49e0-819c-f84001df3274" }, { "id": "2f9f8a82-f288-4905-83b8-7f23d115ca6c", "name": "Not found. Route or Order not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2f9f8a82-f288-4905-83b8-7f23d115ca6c" }, { "id": "05ebedb7-5b65-4485-8e1a-19d14a156f2d", "name": "Not Allowed. Unable to add order to route. Example: order has successful delivery", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-05ebedb7-5b65-4485-8e1a-19d14a156f2d" }, { "id": "273eb816-3ea2-436a-8bfb-e83d15e8f25e", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-273eb816-3ea2-436a-8bfb-e83d15e8f25e" }, { "id": "8c7234e0-dd21-4cea-935e-fc4d04f09189", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Number/:number?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Number", ":number" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "number" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8c7234e0-dd21-4cea-935e-fc4d04f09189" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ed1814ed-4abe-4c33-8881-f5ad4131cf1a" } ], "id": "eed48c27-415a-40d3-b116-696740bf5bcc", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-eed48c27-415a-40d3-b116-696740bf5bcc" } ], "id": "ed937dc9-e327-4c3d-89bc-198ba4d0ed7a", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ed937dc9-e327-4c3d-89bc-198ba4d0ed7a" }, { "name": "Id", "item": [ { "name": "{orderId}", "item": [ { "name": "Add existing order to route", "id": "b15249f0-4bbf-46c0-89e2-f8a111cee5fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "id": "46655f27-ee8f-4977-b238-3eddb944d6df", "key": "id", "value": "", "description": "(Required) Route Id" }, { "id": "4005162d-aee4-487b-82a5-eec21373d633", "key": "orderId", "value": "", "description": "(Required) Order Id" } ] } }, "response": [ { "id": "f2ebcdac-71df-420b-b5b1-8e23b4cf124e", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f2ebcdac-71df-420b-b5b1-8e23b4cf124e" }, { "id": "b2fcb9ee-d133-448a-947c-c27226f24ff1", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b2fcb9ee-d133-448a-947c-c27226f24ff1" }, { "id": "5a34f7a7-bfdf-41be-adae-7ab8bf2c1b4e", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5a34f7a7-bfdf-41be-adae-7ab8bf2c1b4e" }, { "id": "dff1b6e0-33f9-4f9a-b8c3-4163c669af93", "name": "Not found. Route or Order not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dff1b6e0-33f9-4f9a-b8c3-4163c669af93" }, { "id": "49fcf67a-0a06-4fcb-939e-e02c41acf40d", "name": "Not Allowed. Unable to add order to route. Example: order has successful delivery", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-49fcf67a-0a06-4fcb-939e-e02c41acf40d" }, { "id": "ece6e514-4f62-4574-af66-8bc3a71f5d86", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ece6e514-4f62-4574-af66-8bc3a71f5d86" }, { "id": "5d160461-d962-46e0-a62e-183d2a38ee4b", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order/Id/:orderId?allowTransfer=false&allowReschedule=false", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order", "Id", ":orderId" ], "query": [ { "description": "If true allows transferring order (without delivery status) from another route", "key": "allowTransfer", "value": "false" }, { "description": "If true allows rescheduling, transferring order (with failed delivery status) from another route and clears old status", "key": "allowReschedule", "value": "false" } ], "variable": [ { "key": "id" }, { "key": "orderId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5d160461-d962-46e0-a62e-183d2a38ee4b" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b15249f0-4bbf-46c0-89e2-f8a111cee5fe" } ], "id": "2833e7aa-310b-4c55-818a-966ac02993cb", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2833e7aa-310b-4c55-818a-966ac02993cb" } ], "id": "fb09f126-2190-40c3-99df-f1afc18f8228", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fb09f126-2190-40c3-99df-f1afc18f8228" }, { "name": "Add new order to route", "id": "f967935f-7110-487f-95e3-808e3eea2faf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "id": "850ff3a7-5ced-4de0-a17a-9ef6b011dabf", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "2dedfe00-9b16-49a0-8d30-39a4fb938292", "name": "Order was added to route successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2dedfe00-9b16-49a0-8d30-39a4fb938292" }, { "id": "a503c44c-8a42-40b1-8b90-7ab328cd646f", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a503c44c-8a42-40b1-8b90-7ab328cd646f" }, { "id": "668c1598-9d5a-437f-b442-a480bab731d2", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-668c1598-9d5a-437f-b442-a480bab731d2" }, { "id": "7551563b-6038-4786-a8f2-f27cbe38345b", "name": "Not Allowed. Unable to add order to route. Route has been closed", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7551563b-6038-4786-a8f2-f27cbe38345b" }, { "id": "2bc8866c-744a-430c-8191-1fb2a01f23c8", "name": "Unsupported Media Type. Invalid Content-Type in the request header. Must be application/json or application/xml", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2bc8866c-744a-430c-8191-1fb2a01f23c8" }, { "id": "f9611c7f-2257-4347-b2fe-c88c8dbb32ad", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f9611c7f-2257-4347-b2fe-c88c8dbb32ad" }, { "id": "fb4d5245-6f5a-4859-8139-e637a36f069c", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_7773417\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_833755672\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_3469\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_40391729343\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id/Order?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id", "Order" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fb4d5245-6f5a-4859-8139-e637a36f069c" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f967935f-7110-487f-95e3-808e3eea2faf" } ], "id": "1e5f8361-171e-41cd-98f6-8db5dfc75ae0", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1e5f8361-171e-41cd-98f6-8db5dfc75ae0" }, { "name": "Update route by id", "id": "1a348d36-2a17-46ee-9a42-6587fcd9d7a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "id": "6917c312-e1e9-4672-bf5b-2df2415b375a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b2d41f65-9b8a-4d0f-8f4a-f8b2c1f434f5", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b2d41f65-9b8a-4d0f-8f4a-f8b2c1f434f5" }, { "id": "13debd50-5cab-423d-9fd1-acd4bee5484c", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-13debd50-5cab-423d-9fd1-acd4bee5484c" }, { "id": "19eb5f4f-cae7-47fd-b415-557100e7b359", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-19eb5f4f-cae7-47fd-b415-557100e7b359" }, { "id": "0ea84599-8441-4d69-bf66-35f176f4e701", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0ea84599-8441-4d69-bf66-35f176f4e701" }, { "id": "61c47701-2e71-40d5-a602-4952a103f6ef", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-61c47701-2e71-40d5-a602-4952a103f6ef" }, { "id": "8ddc3461-3f13-4e94-8961-d80d81248721", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8ddc3461-3f13-4e94-8961-d80d81248721" }, { "id": "a3cc2119-afc9-4a79-9f88-ce78fe6b40ee", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route/Id/:id?updateAddressGps=false&mergeAddresses=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a3cc2119-afc9-4a79-9f88-ce78fe6b40ee" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1a348d36-2a17-46ee-9a42-6587fcd9d7a0" }, { "name": "Get route by id", "id": "c984ef2c-ddc2-4a6f-9087-6098da2ac1de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "id": "69f5ed09-0c20-44a8-8904-2bdc9ff8b872", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "22f333f5-8ba8-4d27-96be-77f605894817", "name": "A route", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"StartDate\": \"\",\n \"CloseDate\": \"\",\n \"Track\": \"\",\n \"Priority\": \"\",\n \"LocationLat\": \"\",\n \"LocationLon\": \"\",\n \"StartTimePlan\": \"\",\n \"FinishTimePlan\": \"\",\n \"DistancePlan\": \"\",\n \"CostPlan\": \"\",\n \"CostActual\": \"\",\n \"CreateDateUtc\": \"\",\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"Closed\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Loaded\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"Web\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"Draft\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Scanned\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"File\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n }\n ],\n \"Status\": \"Ready\",\n \"Xd\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-22f333f5-8ba8-4d27-96be-77f605894817" }, { "id": "9568b20b-f72a-4c6a-b480-b5e9e202c428", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9568b20b-f72a-4c6a-b480-b5e9e202c428" }, { "id": "a262b51d-dae5-40df-a7d3-acb04cc7894d", "name": "Not found. Route not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a262b51d-dae5-40df-a7d3-acb04cc7894d" }, { "id": "a95f6dc1-d1fe-4aaa-9b16-2e88e13eb76c", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a95f6dc1-d1fe-4aaa-9b16-2e88e13eb76c" }, { "id": "4b47f540-aef8-48bf-9060-ff52e79a42b1", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-4b47f540-aef8-48bf-9060-ff52e79a42b1" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c984ef2c-ddc2-4a6f-9087-6098da2ac1de" }, { "name": "Delete route by id.", "id": "38ea077b-9cea-46db-9ddf-5dba98393537", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "id": "39f1e3ff-d4a2-4aaa-a25d-70eccb72ffff", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "2f2aeb0f-1728-4e08-932b-9d4c11b7ef8b", "name": "Route has been deleted", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2f2aeb0f-1728-4e08-932b-9d4c11b7ef8b" }, { "id": "b9ee81b7-7cec-4612-87ba-969efbb879e7", "name": "Bad Request. Route already has delivery status", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b9ee81b7-7cec-4612-87ba-969efbb879e7" }, { "id": "81cd0a76-cc69-4eb8-a196-3a7cb324be9f", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-81cd0a76-cc69-4eb8-a196-3a7cb324be9f" }, { "id": "121cd9c4-dc29-4c76-912f-1b8e524a5d45", "name": "Not found. Route not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-121cd9c4-dc29-4c76-912f-1b8e524a5d45" }, { "id": "40fa0381-27ec-48dd-8c0d-61302e4f999a", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-40fa0381-27ec-48dd-8c0d-61302e4f999a" }, { "id": "3989574d-699f-4b02-a411-1ab45a9bfeac", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Id/:id?deleteOrders=true", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Id", ":id" ], "query": [ { "key": "deleteOrders", "value": "true" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3989574d-699f-4b02-a411-1ab45a9bfeac" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-38ea077b-9cea-46db-9ddf-5dba98393537" } ], "id": "b298bf78-5fc7-410d-b34e-efca918e4bb9", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b298bf78-5fc7-410d-b34e-efca918e4bb9" } ], "id": "4f9dfb8a-0359-41ab-a721-dbfd65ec3fbf", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-4f9dfb8a-0359-41ab-a721-dbfd65ec3fbf" }, { "name": "Date", "item": [ { "name": "{date}", "item": [ { "name": "Get routes by date", "id": "a6e5996b-3b5b-49ba-b667-a4dc118c00f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "id": "fe606340-98c0-4f83-aca0-1b7c9095ef37", "key": "date", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3f9a2d93-119e-4c1b-bcce-a8ec8dd18fb0", "name": "List of routes", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "key": "date" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"StartDate\": \"\",\n \"CloseDate\": \"\",\n \"Track\": \"\",\n \"Priority\": \"\",\n \"LocationLat\": \"\",\n \"LocationLon\": \"\",\n \"StartTimePlan\": \"\",\n \"FinishTimePlan\": \"\",\n \"DistancePlan\": \"\",\n \"CostPlan\": \"\",\n \"CostActual\": \"\",\n \"CreateDateUtc\": \"\",\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"InProgress\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Scanned\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"Web\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"Closed\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Loaded\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"DupRoute\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n }\n ],\n \"Status\": \"Ready\",\n \"Xd\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ]\n },\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"StartDate\": \"\",\n \"CloseDate\": \"\",\n \"Track\": \"\",\n \"Priority\": \"\",\n \"LocationLat\": \"\",\n \"LocationLon\": \"\",\n \"StartTimePlan\": \"\",\n \"FinishTimePlan\": \"\",\n \"DistancePlan\": \"\",\n \"CostPlan\": \"\",\n \"CostActual\": \"\",\n \"CreateDateUtc\": \"\",\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"InProgress\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Scanned\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"XeroIntegration\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"SeqNumber\": \"\",\n \"RouteNumber\": \"\",\n \"RoutePriority\": \"\",\n \"RouteStatus\": \"InProgress\",\n \"DriverLogin\": \"\",\n \"DriverName\": \"\",\n \"DriverNumber\": \"\",\n \"DriverVehicle\": \"\",\n \"ShipperId\": \"\",\n \"Shipper\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"QuantityFact\": \"\",\n \"Cost\": \"\",\n \"RejectReason\": \"\",\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\",\n \"Scanned\": \"\",\n \"LoadStatus\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"Id_DocShipment\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Note\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReasonId\": \"\",\n \"RejectReason\": \"\",\n \"ScanReasonId\": \"\",\n \"ScanRejectReason\": \"\",\n \"LoadCheckScanReasonId\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"HasRoutePointPhoto\": \"\",\n \"StatusDate\": \"\",\n \"PlanTime\": \"\",\n \"PlanTimeDep\": \"\",\n \"PlanServiceTime\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"RouteDate\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatusId\": \"Scanned\",\n \"HasLoadSignature\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CustomFieldsStr\": \"\",\n \"CancelledStatus\": \"\",\n \"RescheduledTimes\": \"\"\n },\n \"CreateSource\": \"ZapierIntegration\",\n \"DistanceFromDepotPlan\": \"\",\n \"SeqNumberDriver\": \"\",\n \"DeliveryInstructions\": \"\",\n \"Pin\": \"\",\n \"AddressNote\": \"\",\n \"ClientNote\": \"\",\n \"CreateDateUtc\": \"\",\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"Feedback\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n },\n \"RouteDate\": \"\",\n \"Type\": \"\",\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"COD\": \"\",\n \"CODActual\": \"\",\n \"StatusId\": \"\",\n \"Status\": \"\",\n \"StatusLat\": \"\",\n \"StatusLon\": \"\",\n \"DriverComment\": \"\",\n \"RejectReason\": \"\",\n \"LoadCheckScanRejectReason\": \"\",\n \"ScanRejectReason\": \"\",\n \"SignatureName\": \"\",\n \"HasSignaturePhoto\": \"\",\n \"SignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"HasPhoto\": \"\",\n \"Photos\": [\n \"\",\n \"\"\n ],\n \"StatusDate\": \"\",\n \"ETA\": \"\",\n \"UpdatedETA\": \"\",\n \"ArrivedDate\": \"\",\n \"DepartedDate\": \"\",\n \"ReportUrl\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ],\n \"Barcode\": \"\",\n \"Scanned\": \"\",\n \"FeedbackRating\": \"\",\n \"TrackKey\": \"\",\n \"TrackId\": \"\",\n \"TrackLink\": \"\",\n \"LoadStatus\": \"\",\n \"LoadDate\": \"\",\n \"LoadSignaturePhotos\": [\n \"\",\n \"\"\n ],\n \"ChangeDate\": \"\",\n \"RescheduledTimes\": \"\"\n }\n ],\n \"Status\": \"Draft\",\n \"Xd\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"CustomFields\": [\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n },\n {\n \"Id\": \"\",\n \"Label\": \"\",\n \"Value\": {\n \"description\": \"Custom Field Value. Format depends on Custom field type.\",\n \"nullable\": true,\n \"xml\": {\n \"name\": \"Value\"\n },\n \"example\": \"Text Value\"\n }\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3f9a2d93-119e-4c1b-bcce-a8ec8dd18fb0" }, { "id": "ac06987a-2058-47d7-8154-41c85ea511d3", "name": "One or more validation errors", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "key": "date" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ac06987a-2058-47d7-8154-41c85ea511d3" }, { "id": "89926d9b-3cbc-4266-9ee9-713772e7408e", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "key": "date" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-89926d9b-3cbc-4266-9ee9-713772e7408e" }, { "id": "bd1dc9ce-5180-4ddf-b9d8-3b07ea47cd37", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "key": "date" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bd1dc9ce-5180-4ddf-b9d8-3b07ea47cd37" }, { "id": "56accfec-1b75-48dd-9bc9-61b053fa7f3e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Date/:date", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Date", ":date" ], "variable": [ { "key": "date" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-56accfec-1b75-48dd-9bc9-61b053fa7f3e" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a6e5996b-3b5b-49ba-b667-a4dc118c00f0" } ], "id": "dc09dd52-5270-4551-be8b-bb2e2b882280", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dc09dd52-5270-4551-be8b-bb2e2b882280" } ], "id": "89e39cfd-e445-43db-8fce-af4bfa262f42", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-89e39cfd-e445-43db-8fce-af4bfa262f42" }, { "name": "Export", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "Confirm route export (set exported to True) by code", "id": "5b64e71d-b0ed-4c20-8926-9c58883964f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code", ":code" ], "variable": [ { "id": "3e73a728-4aa9-482e-9b56-d33c3870bb58", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "5d381500-3d12-4f8b-8ba2-077e9c2c7393", "name": "Accepted", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5d381500-3d12-4f8b-8ba2-077e9c2c7393" }, { "id": "8df06d8b-1024-4a3c-adc3-eeff0729a92b", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8df06d8b-1024-4a3c-adc3-eeff0729a92b" }, { "id": "bcc45d33-6e82-4bc4-b3a5-45345b34e553", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bcc45d33-6e82-4bc4-b3a5-45345b34e553" }, { "id": "bcb8280f-fac6-41ca-ae8a-a72b285985ba", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bcb8280f-fac6-41ca-ae8a-a72b285985ba" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5b64e71d-b0ed-4c20-8926-9c58883964f2" } ], "id": "2fb50355-0090-4896-9bf5-c398d098caf1", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2fb50355-0090-4896-9bf5-c398d098caf1" }, { "name": "Get route codes for export (exported is False)", "id": "75eb618e-1dd9-473a-a8aa-d7fb5420101f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "response": [ { "id": "b96275d2-1a6c-42e6-9c9a-45651453884f", "name": "List of codes", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n \"\",\n \"\"\n]", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b96275d2-1a6c-42e6-9c9a-45651453884f" }, { "id": "e73e30f2-6553-41ca-a4e8-55424460a3d0", "name": "One or more validation errors", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e73e30f2-6553-41ca-a4e8-55424460a3d0" }, { "id": "e11ad1d5-79eb-447a-9dc2-4d892d42113b", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e11ad1d5-79eb-447a-9dc2-4d892d42113b" }, { "id": "38fc2a66-5b62-405d-8c5a-d3296ea22d21", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-38fc2a66-5b62-405d-8c5a-d3296ea22d21" }, { "id": "2a74791d-a832-4402-a116-045dd3c28e95", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Code?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Code" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2a74791d-a832-4402-a116-045dd3c28e95" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-75eb618e-1dd9-473a-a8aa-d7fb5420101f" } ], "id": "14378eed-79fa-42a9-bdc8-f54aefa32ef7", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-14378eed-79fa-42a9-bdc8-f54aefa32ef7" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "Confirm route export (set exported to True) by id", "id": "2983c3f8-43ff-4f71-8271-3f04b3df384d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id", ":id" ], "variable": [ { "id": "765d1990-4c15-4538-a160-64090eed907d", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "03175262-2643-4430-8eea-f42317462c6d", "name": "Accepted", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-03175262-2643-4430-8eea-f42317462c6d" }, { "id": "1cf04cf5-fb70-42bb-9f43-64488901b8c3", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1cf04cf5-fb70-42bb-9f43-64488901b8c3" }, { "id": "1a6ef53e-a337-44ab-b544-8c0235ed0d1e", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1a6ef53e-a337-44ab-b544-8c0235ed0d1e" }, { "id": "cb35668b-48c1-4096-8ebe-050764337fae", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-cb35668b-48c1-4096-8ebe-050764337fae" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2983c3f8-43ff-4f71-8271-3f04b3df384d" } ], "id": "a08368a1-b6db-4a46-b601-528633f65a4e", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a08368a1-b6db-4a46-b601-528633f65a4e" }, { "name": "Get route ids for export (exported is False)", "id": "1046aa14-a7e2-4ba7-b7c7-af8ebefe7681", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "response": [ { "id": "23dd7cda-2070-439c-9216-a99aa1e42bbf", "name": "List of ids", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n \"\",\n \"\"\n]", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-23dd7cda-2070-439c-9216-a99aa1e42bbf" }, { "id": "77562857-f7c5-4e34-9bc5-287ed5918a5a", "name": "One or more validation errors", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-77562857-f7c5-4e34-9bc5-287ed5918a5a" }, { "id": "ad7b7cfc-92e1-45d7-883e-ee397ff8347d", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ad7b7cfc-92e1-45d7-883e-ee397ff8347d" }, { "id": "598b92eb-d1b6-45e7-915f-c7f9617d90bc", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-598b92eb-d1b6-45e7-915f-c7f9617d90bc" }, { "id": "db6ffa16-b3ba-40fd-8ff3-29e9b227ec4c", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Export/Id?status=5", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Export", "Id" ], "query": [ { "description": "Routes status: 0 - Ready; 5 - Closed", "key": "status", "value": "5" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-db6ffa16-b3ba-40fd-8ff3-29e9b227ec4c" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-1046aa14-a7e2-4ba7-b7c7-af8ebefe7681" } ], "id": "8c769c1f-c7d0-40b7-b0ec-dc4c7b17a2ce", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8c769c1f-c7d0-40b7-b0ec-dc4c7b17a2ce" } ], "id": "e93f8c2b-987d-42a6-8226-c6ffd008a78c", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e93f8c2b-987d-42a6-8226-c6ffd008a78c" }, { "name": "Track", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "Get route track by code", "id": "aa5c5340-beeb-4c17-b856-a1d351070753", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "id": "e471e994-82e5-4920-8199-d5b4b21c5c64", "key": "code", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "888b8556-dc2f-429c-8bdb-141ffd848899", "name": "A route track", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"TrackPoints\": [\n {\n \"Lat\": \"\",\n \"Lng\": \"\",\n \"Speed\": \"\",\n \"Date\": \"\"\n },\n {\n \"Lat\": \"\",\n \"Lng\": \"\",\n \"Speed\": \"\",\n \"Date\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-888b8556-dc2f-429c-8bdb-141ffd848899" }, { "id": "6660764f-a1b1-40dc-8475-8e3de83300be", "name": "One or more validation errors", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6660764f-a1b1-40dc-8475-8e3de83300be" }, { "id": "e26f99ac-7526-474e-834e-c7653a0297d2", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e26f99ac-7526-474e-834e-c7653a0297d2" }, { "id": "cefa0dd4-233c-46f4-962c-8ce2826f2afa", "name": "Not found. Route track not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-cefa0dd4-233c-46f4-962c-8ce2826f2afa" }, { "id": "8ca14ba3-e1ac-4738-8c15-f218da1ebc8a", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8ca14ba3-e1ac-4738-8c15-f218da1ebc8a" }, { "id": "08484355-144c-496d-95b3-5b8ad3110676", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Code/:code", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Code", ":code" ], "variable": [ { "key": "code" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-08484355-144c-496d-95b3-5b8ad3110676" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-aa5c5340-beeb-4c17-b856-a1d351070753" } ], "id": "de29761c-32f1-41ca-9e37-819cc8bad78f", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-de29761c-32f1-41ca-9e37-819cc8bad78f" } ], "id": "2639e493-be43-4f6a-9430-159a40e73a8e", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2639e493-be43-4f6a-9430-159a40e73a8e" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "Get route track by id", "id": "9e3a0e4a-23be-411f-8398-ee2c0a179780", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "id": "a86995df-16f4-4663-b220-471d73676cd9", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fcaf7a52-f5f4-47e5-94ab-a75183265885", "name": "A route track", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"TrackPoints\": [\n {\n \"Lat\": \"\",\n \"Lng\": \"\",\n \"Speed\": \"\",\n \"Date\": \"\"\n },\n {\n \"Lat\": \"\",\n \"Lng\": \"\",\n \"Speed\": \"\",\n \"Date\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-fcaf7a52-f5f4-47e5-94ab-a75183265885" }, { "id": "befe50d2-8c0b-49f4-9941-fdcc55d4caf8", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-befe50d2-8c0b-49f4-9941-fdcc55d4caf8" }, { "id": "21443f79-18de-4d78-8f88-950033029474", "name": "Not found. Route track not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-21443f79-18de-4d78-8f88-950033029474" }, { "id": "9affbda3-7d82-4fd0-96be-4e80cf761365", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9affbda3-7d82-4fd0-96be-4e80cf761365" }, { "id": "bad35d21-7d09-41cb-a4d1-9bf9ada86819", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Track/Id/:id", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Track", "Id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bad35d21-7d09-41cb-a4d1-9bf9ada86819" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9e3a0e4a-23be-411f-8398-ee2c0a179780" } ], "id": "eb82344d-face-4cde-a3e8-13c9ae7075d9", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-eb82344d-face-4cde-a3e8-13c9ae7075d9" } ], "id": "14e52af3-7585-41fa-927c-62bfcda91158", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-14e52af3-7585-41fa-927c-62bfcda91158" } ], "id": "63ab7e5c-bcf9-46c1-bca6-65102a03070a", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-63ab7e5c-bcf9-46c1-bca6-65102a03070a" }, { "name": "Start", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "Start route by code", "id": "33d99701-55d7-4cbc-874b-264adc289100", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "id": "817efae6-a9e9-4399-97ef-8dd1456c7899", "key": "code", "value": "", "description": "(Required) Route code" } ] } }, "response": [ { "id": "bb89de6b-e4ae-4a06-b40d-f47c2caa0c54", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bb89de6b-e4ae-4a06-b40d-f47c2caa0c54" }, { "id": "b3a81fe0-4cb5-48ff-9d77-a5cbeda5fe89", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b3a81fe0-4cb5-48ff-9d77-a5cbeda5fe89" }, { "id": "55f9c5c3-58b2-4c64-81b6-c277a89634f9", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-55f9c5c3-58b2-4c64-81b6-c277a89634f9" }, { "id": "6dd15104-4cf2-4213-8554-cef4fdbad7ba", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6dd15104-4cf2-4213-8554-cef4fdbad7ba" }, { "id": "dbccb610-c532-4cc8-9a33-3e0c11c5db68", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dbccb610-c532-4cc8-9a33-3e0c11c5db68" }, { "id": "13b241f6-3bb4-4fb5-ac64-b28b7662965b", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-13b241f6-3bb4-4fb5-ac64-b28b7662965b" }, { "id": "e1f83d08-1d22-4a99-8442-1b3725c612d5", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e1f83d08-1d22-4a99-8442-1b3725c612d5" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-33d99701-55d7-4cbc-874b-264adc289100" } ], "id": "3bc885f4-03ef-4801-b46a-7780dbb70181", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3bc885f4-03ef-4801-b46a-7780dbb70181" } ], "id": "863ad181-95dd-4e5f-ac36-63de1c824778", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-863ad181-95dd-4e5f-ac36-63de1c824778" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "Start route by id.", "id": "265879be-1684-466f-8df1-6b3df7186b1a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "id": "3fb83c1b-01d6-40aa-8f8a-6df65e905649", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "930eed14-17f1-4936-bcb0-8a3a94f7d73b", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-930eed14-17f1-4936-bcb0-8a3a94f7d73b" }, { "id": "42046626-8c58-4674-9a2a-b31db6ee779f", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-42046626-8c58-4674-9a2a-b31db6ee779f" }, { "id": "4c8089a5-201b-4d8e-a4ce-5703fed6647b", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-4c8089a5-201b-4d8e-a4ce-5703fed6647b" }, { "id": "179a7f50-9bbe-4a71-8641-ceaaf1fd4995", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-179a7f50-9bbe-4a71-8641-ceaaf1fd4995" }, { "id": "a3987804-f8b7-42e5-a318-a9a5a294357f", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a3987804-f8b7-42e5-a318-a9a5a294357f" }, { "id": "a6ae8330-b9ca-45c1-aeeb-b12ca5eae919", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a6ae8330-b9ca-45c1-aeeb-b12ca5eae919" }, { "id": "3de2ccbf-6a9c-4c91-94fa-2d9919ba8eb7", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Start/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Start", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3de2ccbf-6a9c-4c91-94fa-2d9919ba8eb7" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-265879be-1684-466f-8df1-6b3df7186b1a" } ], "id": "b01044e3-7567-4bad-9b05-597e11a6e9ad", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b01044e3-7567-4bad-9b05-597e11a6e9ad" } ], "id": "286ca990-d878-4448-901f-2753d9272abe", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-286ca990-d878-4448-901f-2753d9272abe" } ], "id": "6ac4e6fa-ac2e-4bf1-b7f1-ded4cb655386", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6ac4e6fa-ac2e-4bf1-b7f1-ded4cb655386" }, { "name": "Close", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "Close route by code", "id": "85cfadc8-5acb-43ab-91db-a1c025f4d356", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "id": "e7b98629-97c4-4e0f-8d6f-e60a56641827", "key": "code", "value": "", "description": "(Required) Route code" } ] } }, "response": [ { "id": "8721842a-cb43-4de2-b27f-2c235d9789ca", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8721842a-cb43-4de2-b27f-2c235d9789ca" }, { "id": "098a1e98-4514-4fed-b7f0-81037dea276a", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-098a1e98-4514-4fed-b7f0-81037dea276a" }, { "id": "ba563c49-87ba-4bed-9fca-e50a2b6937e2", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ba563c49-87ba-4bed-9fca-e50a2b6937e2" }, { "id": "80a4a62b-305f-4db9-b99e-18362bf76169", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-80a4a62b-305f-4db9-b99e-18362bf76169" }, { "id": "b8adcdbc-4ad2-45c8-9654-dd9adafc6b43", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b8adcdbc-4ad2-45c8-9654-dd9adafc6b43" }, { "id": "a40a56f2-76b1-457c-8aee-cd3a45ff01fa", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a40a56f2-76b1-457c-8aee-cd3a45ff01fa" }, { "id": "3cae7319-7d27-4b00-8507-6447d4792bbd", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3cae7319-7d27-4b00-8507-6447d4792bbd" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-85cfadc8-5acb-43ab-91db-a1c025f4d356" } ], "id": "e14d630b-9e98-4532-aec5-53b25a005cbf", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-e14d630b-9e98-4532-aec5-53b25a005cbf" } ], "id": "9fc17b71-8598-4771-b0eb-243aec82b37f", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9fc17b71-8598-4771-b0eb-243aec82b37f" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "Close route by id.", "id": "a1112f0a-1feb-4763-b15a-e17fc76f2b2e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "id": "7e7b7b4d-c132-4b55-b29a-b1f5e81aae0e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "55301801-b687-4df0-8da1-ece3f416a531", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-55301801-b687-4df0-8da1-ece3f416a531" }, { "id": "79e912dc-e904-4e8a-a197-67bb3a96f573", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-79e912dc-e904-4e8a-a197-67bb3a96f573" }, { "id": "59420c5c-3948-469f-ba2e-1586bb940ab8", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-59420c5c-3948-469f-ba2e-1586bb940ab8" }, { "id": "bcccbb14-d35d-4dda-abcf-ec114e8e2a25", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-bcccbb14-d35d-4dda-abcf-ec114e8e2a25" }, { "id": "694ed00a-a612-4ecb-aa65-56e7e89e7cbe", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-694ed00a-a612-4ecb-aa65-56e7e89e7cbe" }, { "id": "cc29a114-05da-41e3-87ca-4220852d21f0", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-cc29a114-05da-41e3-87ca-4220852d21f0" }, { "id": "0d9e0005-c91c-4512-adba-69a3a0d9199e", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Close/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Close", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0d9e0005-c91c-4512-adba-69a3a0d9199e" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a1112f0a-1feb-4763-b15a-e17fc76f2b2e" } ], "id": "15cbe433-6e7c-48d9-95a6-2f3ae642fc5e", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-15cbe433-6e7c-48d9-95a6-2f3ae642fc5e" } ], "id": "cc53e2ca-7709-4c4e-a089-040a6f06a6d2", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-cc53e2ca-7709-4c4e-a089-040a6f06a6d2" } ], "id": "dd9d8c08-e2dd-4c25-a8a7-e3e45f1948b4", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dd9d8c08-e2dd-4c25-a8a7-e3e45f1948b4" }, { "name": "Ready", "item": [ { "name": "Code", "item": [ { "name": "{code}", "item": [ { "name": "Set route ready by code.", "id": "d0062d2b-ac99-430a-9a15-bf3e55596f1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "id": "770ae8ec-09c0-4433-befd-32f3b9b22c56", "key": "code", "value": "", "description": "(Required) Route code" } ] } }, "response": [ { "id": "7c5a7e38-e4b0-46d7-b04b-509c7da4f1e2", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-7c5a7e38-e4b0-46d7-b04b-509c7da4f1e2" }, { "id": "18a92f9a-4c6b-4545-bffe-7408d13aab12", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-18a92f9a-4c6b-4545-bffe-7408d13aab12" }, { "id": "a2ad443e-4d10-4752-91e5-7074605c83d4", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-a2ad443e-4d10-4752-91e5-7074605c83d4" }, { "id": "9eadeb70-13cf-4372-90da-0bc74a74d9a4", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-9eadeb70-13cf-4372-90da-0bc74a74d9a4" }, { "id": "334a2c35-a05e-4124-b211-991f8e181b4f", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-334a2c35-a05e-4124-b211-991f8e181b4f" }, { "id": "77422275-40c2-4c8b-884b-2d4c1f6df049", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Code/:code?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Code", ":code" ], "query": [ { "description": "Status date (client's local date and time)", "key": "statusDate", "value": "" } ], "variable": [ { "key": "code" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-77422275-40c2-4c8b-884b-2d4c1f6df049" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-d0062d2b-ac99-430a-9a15-bf3e55596f1f" } ], "id": "86079023-cd7f-4509-b6b0-9c958a745953", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-86079023-cd7f-4509-b6b0-9c958a745953" } ], "id": "5e24249a-5655-4c89-81d9-d195622be8fe", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5e24249a-5655-4c89-81d9-d195622be8fe" }, { "name": "Id", "item": [ { "name": "{id}", "item": [ { "name": "Set route ready by id.", "id": "3663d3d7-f3c8-4b5f-8b29-249429bf7f3f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "id": "10e31c57-5764-4c9e-b883-c3327a5afd43", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "2926b43d-170e-4757-a2cd-288374602cb2", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-2926b43d-170e-4757-a2cd-288374602cb2" }, { "id": "0c0cf516-1a33-44d8-8daf-4af5afba24a1", "name": "Route was updated successfully", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-0c0cf516-1a33-44d8-8daf-4af5afba24a1" }, { "id": "102a8aa5-cd22-4436-89c8-2c1e76d6ccb7", "name": "One or more validation errors", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-102a8aa5-cd22-4436-89c8-2c1e76d6ccb7" }, { "id": "6bb49e92-da72-46e6-9061-4e51337bc6fc", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-6bb49e92-da72-46e6-9061-4e51337bc6fc" }, { "id": "f92941f6-7fa2-4cd7-91ec-846addb03a40", "name": "Not Found. Route not found", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f92941f6-7fa2-4cd7-91ec-846addb03a40" }, { "id": "b7dae588-d780-40cc-a475-1b8dd8ff1bad", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b7dae588-d780-40cc-a475-1b8dd8ff1bad" }, { "id": "4de0ad4c-630a-4491-9559-2f435e240bb3", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/Route/Ready/Id/:id?statusDate=", "host": [ "{{baseUrl}}" ], "path": [ "Route", "Ready", "Id", ":id" ], "query": [ { "key": "statusDate", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-4de0ad4c-630a-4491-9559-2f435e240bb3" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3663d3d7-f3c8-4b5f-8b29-249429bf7f3f" } ], "id": "5f9247c9-3b81-432f-ae7b-e934d2ecbb6e", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-5f9247c9-3b81-432f-ae7b-e934d2ecbb6e" } ], "id": "f761f32f-2f2f-4d5a-b110-63bc8b826d6f", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f761f32f-2f2f-4d5a-b110-63bc8b826d6f" } ], "id": "dac9325a-e94c-4e9f-8211-f3c4fcfb8a35", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-dac9325a-e94c-4e9f-8211-f3c4fcfb8a35" }, { "name": "Add route", "id": "ce5fc2d9-d46d-4c9a-a654-2530a6b9c89d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "response": [ { "id": "ac451bb0-d651-4807-b1d5-49448045b99e", "name": "Route was created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Status\": \"\",\n \"Title\": \"\",\n \"Detail\": \"\"\n}", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ac451bb0-d651-4807-b1d5-49448045b99e" }, { "id": "8a5a1e72-9ade-4896-bb71-4513f0eb1124", "name": "Route was updated successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-8a5a1e72-9ade-4896-bb71-4513f0eb1124" }, { "id": "b242c719-0630-46af-b588-695d5cf3dc71", "name": "One or more validation errors", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b242c719-0630-46af-b588-695d5cf3dc71" }, { "id": "89f10c64-7d3a-47aa-bf1e-42b61996bb36", "name": "Unauthorized. Invalid X-API-KEY in the request header", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-89f10c64-7d3a-47aa-bf1e-42b61996bb36" }, { "id": "c8f1b72f-8fca-4c0d-be59-80041326c4a3", "name": "Not Allowed. Subscription plan limitation.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-c8f1b72f-8fca-4c0d-be59-80041326c4a3" }, { "id": "b05691ed-eb03-4506-9022-cc41f77ad59e", "name": "Unsupported Media Type. Invalid Content-Type in the request header. Must be application/json or application/xml", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-b05691ed-eb03-4506-9022-cc41f77ad59e" }, { "id": "d886ed2d-ce7e-45b9-83e4-f6d1d1306b07", "name": "Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-d886ed2d-ce7e-45b9-83e4-f6d1d1306b07" }, { "id": "f3b06bc4-70fe-4afe-bf9b-41d9096738af", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"StartTimePlan\": \"\",\n \"DepotId\": \"\",\n \"Depot\": \"\",\n \"StartFromDepot\": \"\",\n \"ReturnToDepot\": \"\",\n \"DriverLogin\": \"\",\n \"DriverPassword\": \"\",\n \"DriverName\": \"\",\n \"DriverVehicle\": \"\",\n \"Vehicle\": {\n \"Number\": \"\",\n \"CarrierCode\": \"\",\n \"Carrier\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\"\n },\n \"Orders\": [\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_093576\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_587883944\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_02640458\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_821285723\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n },\n {\n \"Number\": \"\",\n \"Id\": \"\",\n \"Date\": \"\",\n \"Type\": \"\",\n \"Shipper\": \"\",\n \"Depot\": \"\",\n \"Client\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"Note\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"Weight\": \"\",\n \"Volume\": \"\",\n \"Pallets\": \"\",\n \"COD\": \"\",\n \"InvoiceId\": \"\",\n \"CustomerReferenceId\": \"\",\n \"Barcode\": \"\",\n \"ShipperId\": \"\",\n \"DepotId\": \"\",\n \"ClientId\": \"\",\n \"AddressId\": \"\",\n \"GoodsList\": [\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n },\n {\n \"OrderLineId\": \"\",\n \"GoodsId\": \"\",\n \"GoodsName\": \"\",\n \"GoodsUnit\": \"\",\n \"Note\": \"\",\n \"Quantity\": \"\",\n \"Cost\": \"\",\n \"OrderLineBarcode\": \"\",\n \"GoodsBarcode\": \"\"\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_2066618\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_823084\",\n \"Value\": \"\"\n }\n ],\n \"PickupOrder\": {\n \"ClientId\": \"\",\n \"Client\": \"\",\n \"AddressId\": \"\",\n \"Address\": \"\",\n \"AddressLat\": \"\",\n \"AddressLon\": \"\",\n \"AddressZone\": \"\",\n \"ContactName\": \"\",\n \"Phone\": \"\",\n \"Email\": \"\",\n \"TimeSlotFrom\": \"\",\n \"TimeSlotTo\": \"\",\n \"ServiceTime\": \"\",\n \"CustomFields\": [\n {\n \"Id\": \"cf_6100979\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_4607828421\",\n \"Value\": \"\"\n }\n ],\n \"COD\": \"\",\n \"Note\": \"\"\n },\n \"Priority\": \"\",\n \"TeamCode\": \"\",\n \"NotificationsPolicy\": {\n \"PriorToRouteNotificationEnabled\": \"\",\n \"AtRouteStartNotificationEnabled\": \"\",\n \"EnRouteNotificationEnabled\": \"\",\n \"AtDepartureNotificationEnabled\": \"\"\n }\n }\n ],\n \"CustomFields\": [\n {\n \"Id\": \"cf_8844221712\",\n \"Value\": \"\"\n },\n {\n \"Id\": \"cf_9337472245\",\n \"Value\": \"\"\n }\n ],\n \"RouteDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Route?update=false&updateAddressGps=false&mergeAddresses=true&updateGoodsPrice=false", "host": [ "{{baseUrl}}" ], "path": [ "Route" ], "query": [ { "description": "Add or remove orders from the route if route already exists on this date.", "key": "update", "value": "false" }, { "description": "Force update existing Lat/Lon in the Addresses directory from the payload data.", "key": "updateAddressGps", "value": "false" }, { "description": "Merge orders by address onto one site", "key": "mergeAddresses", "value": "true" }, { "description": "Force update existing Price in the Goods directory from the payload data.", "key": "updateGoodsPrice", "value": "false" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-f3b06bc4-70fe-4afe-bf9b-41d9096738af" } ], "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-ce5fc2d9-d46d-4c9a-a654-2530a6b9c89d" } ], "id": "3a422908-9d52-4583-aa9d-36c1ad94412a", "createdAt": "2026-07-28T03:17:34.000Z", "updatedAt": "2026-07-28T03:17:34.000Z", "uid": "35240-3a422908-9d52-4583-aa9d-36c1ad94412a" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-KEY", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "/" } ] }