{ "opencollection": "1.0.0", "info": { "name": "Avalara E-Invoicing REST Mandates API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mandates", "type": "folder" }, "items": [ { "info": { "name": "Avalara List E-invoicing Mandates", "type": "http" }, "http": { "method": "GET", "url": "https://api.avalara.com/einvoicing/v1/mandates", "headers": [ { "name": "avalara-version", "value": "" } ], "params": [ { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "count", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of e-invoicing mandate definitions that describe compliance requirements by country and document type." } ] } ], "bundled": true }