{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book BroadWorks Billing Reports API", "version": "1.0.0" }, "items": [ { "info": { "name": "BroadWorks Billing Reports", "type": "folder" }, "items": [ { "info": { "name": "List BroadWorks Billing Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/billing/reports", "params": [ { "name": "before", "value": "2020-03", "type": "query", "description": "Only include billing reports created before this date." }, { "name": "after", "value": "2019-12", "type": "query", "description": "Only include billing reports created after this date." }, { "name": "sortBy", "value": "billingPeriod", "type": "query", "description": "Sort the reports.\n\n+ Members:\n + id\n + status\n + billingPeriod" } ] }, "docs": "Search for reports. There are a number of filter options which can be combined in a single request." }, { "info": { "name": "Create a BroadWorks Billing Report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/broadworks/billing/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a monthly reconciliation report.\n\n