Webex · Example Payload

Webex List Wholesale Billing Reports Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Wholesale 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 Wholesale Billing Reports",
  "method": "GET",
  "path": "/wholesale/billing/reports",
  "summary": "List Wholesale Billing Reports",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA",
            "billingStartDate": "2021-05-21",
            "billingEndDate": "2021-05-30",
            "status": "COMPLETED",
            "type": "PARTNER"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2Zh2B",
            "billingStartDate": "2021-05-21",
            "billingEndDate": "2021-05-30",
            "status": "COMPLETED",
            "type": "PARTNER"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2Zh5D",
            "billingStartDate": "2021-05-21",
            "billingEndDate": "2021-05-30",
            "status": "COMPLETED",
            "type": "PARTNER"
          }
        ]
      }
    }
  ]
}