{ "opencollection": "1.0.0", "info": { "name": "Avalara E-Invoicing REST Interop API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Interop", "type": "folder" }, "items": [ { "info": { "name": "Avalara Submit a Document via Interoperability Network", "type": "http" }, "http": { "method": "POST", "url": "https://api.avalara.com/einvoicing/v1/interop/documents", "headers": [ { "name": "avalara-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a document through the interoperability network (e.g., Peppol) for delivery to the recipient." } ] } ], "bundled": true }