{ "opencollection": "1.0.0", "info": { "name": "WMS Inbound Notification (DEMO)", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Inbound", "type": "folder" }, "items": [ { "info": { "name": "Create Inbound Notification(s)", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/cl-demo/inbound/v1/inboundNotification", "headers": [ { "name": "api-version", "value": "1" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Inbound Notification Order(s)" }, { "info": { "name": "Update Inbound Notification(s)", "type": "http" }, "http": { "method": "PUT", "url": "https://api.dsv.com/cl-demo/inbound/v1/inboundNotification", "headers": [ { "name": "api-version", "value": "1" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the data of the PreAdvice to be delivered to the DSV warehouse." } ] } ], "bundled": true }