Webex · Example Payload

Webex Getavailablechargenumberslist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getavailablechargenumberslist 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": "GetAvailableChargeNumbersList",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/chargeNumber/availableNumbers",
  "summary": "Get Available Charge Numbers for a Location with Given Criteria",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          {
            "phoneNumber": "+12056852221",
            "state": "ACTIVE",
            "isMainNumber": false,
            "tollFreeNumber": false,
            "isServiceNumber": false,
            "owner": {
              "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
              "type": "PEOPLE",
              "firstName": "Alex",
              "lastName": "test_16",
              "displayName": "Alex test_16"
            }
          }
        ]
      }
    }
  ]
}