{ "opencollection": "1.0.0", "info": { "name": "Dsco Platform Authentication Invoices API", "version": "v3" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Create Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsco.io/api/v3/supplier/invoice-in", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Supplier operation to submit invoices for fulfilled orders. Supports small batch mode only." } ] } ], "bundled": true }