{ "opencollection": "1.0.0", "info": { "name": "Electronic Bill Of Lading Service", "version": "2.1.0" }, "items": [ { "info": { "name": "Carrier API Standards", "type": "folder" }, "items": [ { "info": { "name": "Create an Electronic Bill of Lading", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/bol/v1/app/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Electronic Bill of Lading" }, { "info": { "name": "Update an Electronic Bill of Lading", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/bol/v1/app/:pro", "params": [ { "name": "pro", "value": "", "type": "path", "description": "PRO Number of eBOL to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates an existing Electronic Bill of Lading." }, { "info": { "name": "Delete an Electronic Bill of Lading", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/bol/v1/app/:pro", "params": [ { "name": "pro", "value": "", "type": "path", "description": "PRO Number of eBOL to delete." } ] }, "docs": "This operation deletes an existing Electronic Bill of Lading." } ] } ], "bundled": true }