Webex · Example Payload

Webex Validate A Dial Pattern Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Validate A Dial Pattern 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 a Dial Pattern",
  "method": "POST",
  "path": "/telephony/config/premisePstn/actions/validateDialPatterns/invoke",
  "summary": "Validate a Dial Pattern",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "status": "ERRORS",
        "dialPatternStatus": [
          {
            "dialPattern": "+4555",
            "patternStatus": "INVALID",
            "message": "invalid format for premises dial pattern +4555"
          }
        ]
      }
    }
  ]
}