Webex · Example Payload

Webex Manage Number State In A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Manage Number State In 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": "Manage Number State in a location",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/numbers",
  "summary": "Manage Number State in a location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          "+12145557861",
          "+12145551321"
        ],
        "action": "DEACTIVATE"
      }
    }
  ],
  "responseExamples": []
}