{ "opencollection": "1.0.0", "info": { "name": "ExternalShipmentIntegration", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "ExternalShipment", "type": "folder" }, "items": [ { "info": { "name": "Import shipment message", "type": "http" }, "http": { "method": "PUT", "url": "https://internal.api.kuehne-nagel.com/integration/external/shipment/v1/customers/:customerCode/shipments/:shipmentNumber", "params": [ { "name": "customerCode", "value": "", "type": "path", "description": "The customer code" }, { "name": "shipmentNumber", "value": "", "type": "path", "description": "The shipment number" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Import shipment message" }, { "info": { "name": "Import shipment delete message", "type": "http" }, "http": { "method": "DELETE", "url": "https://internal.api.kuehne-nagel.com/integration/external/shipment/v1/customers/:customerCode/shipments/:shipmentNumber", "params": [ { "name": "customerCode", "value": "", "type": "path", "description": "The customer code" }, { "name": "shipmentNumber", "value": "", "type": "path", "description": "The shipment number" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Import shipment delete message" } ] } ], "bundled": true }