Webex · Example Payload

Webex Modifydigitpatternforperson Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifydigitpatternforperson 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": "modifyDigitPatternForPerson",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/outgoingPermission/digitPatterns/{digitPatternId}",
  "summary": "Modify a Digit Pattern for a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "DigitPattern4",
        "pattern": "3XXX2"
      }
    }
  ],
  "responseExamples": []
}