{ "opencollection": "1.0.0", "info": { "name": "OneRail Delivery Cloud - Delivery Routes API", "version": "0.0.3" }, "request": { "auth": { "type": "apikey", "key": "X-ONERAIL-API-KEY", "value": "{{X-ONERAIL-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "Create new orders within one or more routes.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/routes", "body": { "type": "json", "data": "{}" } }, "docs": "Create new orders within one or more routes." } ] } ], "bundled": true }