{ "opencollection": "1.0.0", "info": { "name": "ChartMogul REST Account Invoices API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/invoices" }, "docs": "List invoices" }, { "info": { "name": "Import invoices", "type": "http" }, "http": { "method": "POST", "url": "https://api.chartmogul.com/v1/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Import invoices" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/invoices/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Retrieve an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.chartmogul.com/v1/invoices/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice" }, { "info": { "name": "Delete an invoice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.chartmogul.com/v1/invoices/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete an invoice" } ] } ], "bundled": true }