Webex · Example Payload

Webex List Wholesale Sub Partners Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Wholesale Sub Partners 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 Sub-partners",
  "method": "GET",
  "path": "/wholesale/subPartners",
  "summary": "List Wholesale Sub-partners",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "subPartners": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
            "subscriptionId": "Sub23452345",
            "provisioningState": "active",
            "created": "2023-02-16T14:10:18.855Z",
            "billingStartDate": "2023-02-22T13:43:41.117Z"
          },
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xNmY5MzE2ZC02OWI0LTQ2MDMtYTQ5YS0zOTIyYzUxMGQ1YWQ",
            "subscriptionId": "Sub23452345",
            "provisioningState": "active",
            "created": "2023-02-16T14:10:18.855Z",
            "billingStartDate": "2023-02-22T13:43:41.117Z"
          }
        ]
      }
    }
  ]
}