Webex · Example Payload

Webex Validate The Prefix And Extension Pattern For A Virtual Exte Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Validate The Prefix And Extension Pattern For A Virtual Exte 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": "Validate the prefix and extension pattern for a Virtual Extension Range",
  "method": "POST",
  "path": "/telephony/config/virtualExtensionRanges/actions/validate/invoke",
  "summary": "Validate the prefix and extension pattern for a Virtual Extension Range",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
        "name": "SalesVirtualExtensionRange",
        "prefix": "+14089",
        "patterns": [
          "12XXXX"
        ],
        "rangeId": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OLzZkNmYwNmVlLTdkNDEtNDQ4Yy05MjgwLWZkM2ZiMDhmOGUyMA"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "status": "OK"
      }
    }
  ]
}