Webex · Example Payload

Webex Update Voicemail Rules Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Voicemail Rules 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": "Update Voicemail Rules",
  "method": "PUT",
  "path": "/telephony/config/voicemail/rules",
  "summary": "Update Voicemail Rules",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "defaultVoicemailPinEnabled": true,
        "defaultVoicemailPin": "123544",
        "expirePasscode": {
          "enabled": true,
          "numberOfDays": 100
        },
        "changePasscode": {
          "enabled": true,
          "numberOfDays": 1
        },
        "blockPreviousPasscodes": {
          "enabled": false,
          "numberOfPasscodes": 10
        }
      }
    }
  ],
  "responseExamples": []
}