Webex · Example Payload

Webex Create A Broadworks Billing Report Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Broadworks 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 BroadWorks Billing Report",
  "method": "POST",
  "path": "/broadworks/billing/reports",
  "summary": "Create a BroadWorks Billing Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "billingPeriod": "2020-11"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA"
      }
    }
  ]
}