Webex · Example Payload

Webex Modifymysecondarylinesvoicemailsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifymysecondarylinesvoicemailsettings 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": "modifyMySecondaryLinesVoicemailSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/voicemail",
  "summary": "Modify My Secondary Line Owner's Voicemail Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "notifications": {
          "enabled": true,
          "destination": "julie@example.com"
        },
        "sendAllCalls": {
          "enabled": true
        },
        "sendBusyCalls": {
          "enabled": false,
          "greeting": "DEFAULT"
        },
        "sendUnansweredCalls": {
          "enabled": false,
          "greeting": "CUSTOM",
          "numberOfRings": 3
        },
        "transferToNumber": {
          "enabled": false
        },
        "emailCopyOfMessage": {
          "enabled": false,
          "emailId": "julie@example.com"
        }
      }
    }
  ],
  "responseExamples": []
}