Webex · Example Payload

Webex Create A Wholesale Billing Report Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Wholesale Billing Report 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": "Create a Wholesale Billing Report",
  "method": "POST",
  "path": "/wholesale/billing/reports",
  "summary": "Create a Wholesale Billing Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "billingStartDate": "2020-05-21",
        "billingEndDate": "2020-05-30",
        "type": "PARTNER",
        "subPartnerOrgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81MmNmNTc2ZC02MGE4LTQwN2EtYjIyYy00NjdjNTE1OTE5MDg"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA",
        "billingStartDate": "2021-05-21",
        "billingEndDate": "2021-05-30",
        "type": "PARTNER",
        "internal": true
      }
    }
  ]
}