Webex · Example Payload

Webex List Broadworks Billing Reports Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Broadworks Billing Reports Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "List BroadWorks Billing Reports",
  "method": "GET",
  "path": "/broadworks/billing/reports",
  "summary": "List BroadWorks Billing Reports",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA",
            "billingPeriod": "2021-05",
            "status": "IN_PROGRESS"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2Zh2B",
            "billingPeriod": "2021-04",
            "status": "COMPLETED"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2Zh5D",
            "billingPeriod": "2021-03",
            "status": "FAILED"
          }
        ]
      }
    }
  ]
}