{ "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
\n\nPartners who have moved to extended wholesale subscription model should generate reports via [Wholesale Billing Reports](/docs/api/v1/wholesale-billing).\n\n
" }, { "info": { "name": "Get a BroadWorks Billing Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/billing/reports/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA", "type": "path", "description": "A unique identifier for the report in request." } ] }, "docs": "Retrieve a specific billing reconciliation report." }, { "info": { "name": "Delete a BroadWorks Billing Report", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/broadworks/billing/reports/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA", "type": "path", "description": "A unique report ID that corresponds to a billing report." } ] }, "docs": "Delete a monthly reconciliation report using a report ID." } ] } ], "bundled": true }