{ "opencollection": "1.0.0", "info": { "name": "MarketMan API V3 Accounts Deliveries API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "AUTH_TOKEN", "value": "{{AUTH_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Deliveries", "type": "folder" }, "items": [ { "info": { "name": "Get delivery notes by date", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/vendors/docs/GetDeliveryNotesByDate", "body": { "type": "json", "data": "{}" } }, "docs": "Get delivery notes by date" }, { "info": { "name": "Validate a delivery/invoice document", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/vendors/docs/ValidateDoc", "body": { "type": "json", "data": "{}" } }, "docs": "Validate a delivery/invoice document" }, { "info": { "name": "Submit delivery/invoice documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/vendors/docs/SetDocs", "body": { "type": "json", "data": "{}" } }, "docs": "Submit delivery/invoice documents" } ] } ], "bundled": true }