Webex · Example Payload

Webex Add Phone Numbers To A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Add Phone Numbers To A Location 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": "Add Phone Numbers to a location",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/numbers",
  "summary": "Add Phone Numbers to a location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          "+19136748203",
          "+19136748204",
          "+19136748205"
        ],
        "numberType": "TOLLFREE",
        "numberUsageType": "NONE",
        "state": "INACTIVE",
        "carrierId": "123e4567-e89b-12d3-a456-426614174000"
      }
    }
  ],
  "responseExamples": []
}