Webex · Example Payload

Webex Provision A Wholesale Customer Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Provision A Wholesale Customer 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": "Provision a Wholesale Customer",
  "method": "POST",
  "path": "/wholesale/customers",
  "summary": "Provision a Wholesale Customer",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "provisioningId": "ZjViMzYxODctYzhkZC00NzI3LThiMmYtZjljNDQ3ZjI5MDQ2",
        "packages": [
          "common_area_calling"
        ],
        "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81MmNmNTc2ZC02MGE4LTQwN2EtYjIyYy00NjdjNTE1OTE5MDg",
        "externalId": "c1677a16-557a-4fb4-b48f-24adde57ec99",
        "address": {
          "addressLine1": "\"771 Alder Drive\"",
          "addressLine2": "\"Cisco Site 5\"",
          "city": "\"Milpitas\"",
          "stateOrProvince": "\"CA\"",
          "zipOrPostalCode": "\"95035\"",
          "country": "\"US\""
        },
        "customerInfo": {
          "name": "\"John's Pizza\"",
          "primaryEmail": "\"john.anderson@acme.com\"",
          "language": "'en'"
        },
        "provisioningParameters": {
          "calling": {
            "location": {
              "name": "\"Head Office\"",
              "address": {
                "addressLine1": "\"771 Alder Drive\"",
                "addressLine2": "\"Cisco Site 5\"",
                "city": "\"Milpitas\"",
                "stateOrProvince": "\"CA\"",
                "zipOrPostalCode": "\"95035\"",
                "country": "\"US\""
              },
              "timezone": "\"America/Los_Angeles\"",
              "language": "\"en_us\"",
              "emergencyLocationIdentifier": "\"95547321\""
            }
          },
          "meetings": {
            "timezone": "\"America/Los_Angeles\""
          },
          "packages": {
            "limits": {
              "webex_calling": 50,
              "common_area_calling": 50,
              "webex_meetings": 50,
              "webex_suite": 50,
              "webex_voice": 50,
              "cx_essentials": 50,
              "webex_calling_standard": 50,
              "attendant_console": 50
            }
          }
        },
        "subPartnerAdminEmail": "admin@subpartnerorg.com"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "example": {
        "url": "https://webexapis.com/v1/wholesale/customers/Y2lzY29zcGFyazovL3VzL0VOVEVSUFJJU0UvNTJjZjU3NmQtNjBhOC00MDdhLWIyMmMtNDY3YzUxNTkxOTA4"
      }
    }
  ]
}