Webex · Example Payload

Webex List Wholesale Customers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Wholesale Customers 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 Customers",
  "method": "GET",
  "path": "/wholesale/customers",
  "summary": "List Wholesale Customers",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0VOVEVSUFJJU0UvNTJjZjU3NmQtNjBhOC00MDdhLWIyMmMtNDY3YzUxNTkxOTA4",
            "orgId": "Y2lzY29zcGFyazovL3VzL09yZ2FuaXphdGlvbi81MmNmNTc2ZC02MGE4LTQwN2EtYjIyYy00NjdjNTE1OTE5MDk",
            "externalId": "c1677a16-557a-4fb4-b48f-24adde57ec99",
            "address": {
              "addressLine1": "771 Alder Drive",
              "addressLine2": "Cisco Site 5",
              "city": "Milpitas",
              "stateOrProvince": "CA",
              "zipOrPostalCode": "95035",
              "country": "US"
            },
            "status": "provisioned_with_errors",
            "packages": [
              "common_area_calling",
              "webex_calling",
              "webex_meetings",
              "webex_suite",
              "webex_voice",
              "cx_essentials",
              "webex_calling_standard"
            ],
            "resourceDetails": {
              "packages": [
                {
                  "name": "common_area_calling",
                  "status": "provisioned"
                },
                {
                  "name": "webex_calling",
                  "status": "error",
                  "warnings": [
                    {
                      "errorCode": 2560,
                      "description": "One or more Webex Calling services are unavailable due to maintenance, unable to start provisioning. Consult status.webex.com and retry later."
                    }
                  ]
                },
                {
                  "name": "webex_meetings",
                  "status": "provisioned"
                },
                {
                  "name": "webex_suite",
                  "status": "provisioned"
                },
                {
                  "name": "webex_voice",
                  "status": "provisioned"
                },
                {
                  "name": "cx_essentials",
                  "status": "provisioned"
                },
                {
                  "name": "webex_calling_standard",
                  "status": "provisioned"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}