{ "opencollection": "1.0.0", "info": { "name": "BILL v3 Authentication Invoices API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "sessionId", "value": "{{sessionId}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.prod.bill.com/connect/v3/invoices" }, "docs": "List invoices" }, { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.prod.bill.com/connect/v3/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.prod.bill.com/connect/v3/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Retrieve an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PATCH", "url": "https://gateway.prod.bill.com/connect/v3/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice" }, { "info": { "name": "Send an invoice to the customer", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.prod.bill.com/connect/v3/invoices/:invoiceId/send", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Send an invoice to the customer" } ] } ], "bundled": true }