Webex · Example Payload

Webex Createdigitpatternsforperson Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createdigitpatternsforperson 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": "createDigitPatternsForPerson",
  "method": "POST",
  "path": "/telephony/config/people/{personId}/outgoingPermission/digitPatterns",
  "summary": "Create Digit Patterns for a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "DigitPattern3",
        "pattern": "3XXX",
        "action": "ALLOW",
        "transferEnabled": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3"
      }
    }
  ]
}