{ "opencollection": "1.0.0", "info": { "name": "Neom - eDC", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Bookings", "type": "folder" }, "items": [ { "info": { "name": "1. Create or Update Booking(s)", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/neom/v2/Bookings", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Booking(s)" }, { "info": { "name": "3. Insert eDOC", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/neom/v2/EDocs", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Insert eDOC" }, { "info": { "name": "2. Request Booking Cancellation", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/neom/v2/event", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request Booking Cancellation" } ] }, { "info": { "name": "BPO Inbound", "type": "folder" }, "items": [ { "info": { "name": "2. Search Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/neom/v2/Orders/SearchCriteria", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search Order" }, { "info": { "name": "4. Cancel Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dsv.com/om/neom/v2/Orders/:orderNumber/:splitNo", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "orderNumber", "value": "", "type": "path" }, { "name": "splitNo", "value": "", "type": "path", "description": "Format - int64." } ] }, "docs": "Cancel Order" }, { "info": { "name": "1. Create or Update Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/neom/v2/Orders", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Order" } ] } ], "bundled": true }