{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Wholesale Billing Reports API", "version": "1.0.0" }, "items": [ { "info": { "name": "Wholesale Billing Reports", "type": "folder" }, "items": [ { "info": { "name": "List Wholesale Billing Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/wholesale/billing/reports", "params": [ { "name": "billingStartDate", "value": "2020-05-21", "type": "query", "description": "Only include billing reports having this billing `startDate`." }, { "name": "billingEndDate", "value": "2020-05-30", "type": "query", "description": "Only include billing reports having this billing `endDate`." }, { "name": "type", "value": "PARTNER", "type": "query", "description": "Only include reports of this type." }, { "name": "sortBy", "value": "billingStartDate", "type": "query", "description": "Sort the reports." }, { "name": "status", "value": "COMPLETED", "type": "query", "description": "The status of the billing report" }, { "name": "max", "value": "10", "type": "query", "description": "Limit the maximum number of reports returned in the response, up to 100 per page. Refer to the [Pagination](/docs/basics#pagination) section of [Webex REST API Basics](/docs/api/basics)." }, { "name": "subPartnerOrgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81MmNmNTc2ZC02MGE4LTQwN2EtYjIyYy00NjdjNTE1OTE5MDg", "type": "query", "description": "The Organization ID of the sub partner on Cisco Webex." } ] }, "docs": "Search for associated wholesale billing reconciliation reports." }, { "info": { "name": "Create a Wholesale Billing Report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/wholesale/billing/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a wholesale billing reconciliation report." }, { "info": { "name": "Get a Wholesale Billing Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/wholesale/billing/reports/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA", "type": "path", "description": "A unique identifier for the report being requested." } ] }, "docs": "Retrieve a specific wholesale billing reconciliation report." }, { "info": { "name": "Delete a Wholesale Billing Report", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/wholesale/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 by report ID." } ] } ], "bundled": true }