Webex · Example Payload

Webex Update Voicemail Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Voicemail Settings 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 Settings",
  "method": "PUT",
  "path": "/telephony/config/voicemail/settings",
  "summary": "Update Voicemail Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "messageExpiryEnabled": false,
        "numberOfDaysForMessageExpiry": 10,
        "strictDeletionEnabled": false,
        "voiceMessageForwardingEnabled": true
      }
    }
  ],
  "responseExamples": []
}