{ "opencollection": "1.0.0", "info": { "name": "Track-POD Address Vehicle API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Vehicle", "type": "folder" }, "items": [ { "info": { "name": "Get vehicle by Track-POD unique identifier", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Vehicle/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get vehicle by Track-POD unique identifier" }, { "info": { "name": "Delete vehicle by Track-POD unique identifier", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Vehicle/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete vehicle by Track-POD unique identifier" }, { "info": { "name": "Get vehicles", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Vehicle", "params": [ { "name": "number", "value": "", "type": "query" } ] }, "docs": "Get vehicles" }, { "info": { "name": "Add vehicle", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Vehicle", "body": { "type": "json", "data": "{}" } }, "docs": "Add vehicle" }, { "info": { "name": "Update vehicle", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Vehicle", "body": { "type": "json", "data": "{}" } }, "docs": "Update vehicle" } ] } ], "bundled": true }