Webex · Example Payload

Webex Modifymycallforwardingsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifymycallforwardingsettings 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": "modifyMyCallForwardingSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/callForwarding",
  "summary": "Configure My Call Forwarding Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callForwarding": {
          "always": {
            "enabled": false,
            "ringReminderEnabled": false,
            "destinationVoicemailEnabled": false
          },
          "busy": {
            "enabled": false,
            "destinationVoicemailEnabled": false
          },
          "noAnswer": {
            "enabled": false,
            "numberOfRings": 2,
            "destinationVoicemailEnabled": false
          }
        },
        "businessContinuity": {
          "enabled": false,
          "destinationVoicemailEnabled": false
        }
      }
    }
  ],
  "responseExamples": []
}