Webex · Example Payload

Webex Updateautoattendantcallforwardingsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateautoattendantcallforwardingsettings 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": "updateAutoAttendantCallForwardingSettings",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/autoAttendants/{autoAttendantId}/callForwarding",
  "summary": "Update Call Forwarding Settings for an Auto Attendant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callForwarding": {
          "always": {
            "enabled": false,
            "destination": "+19705550006",
            "ringReminderEnabled": false,
            "sendToVoicemailEnabled": false
          },
          "selective": {
            "enabled": true,
            "destination": "+19705550006",
            "ringReminderEnabled": false,
            "sendToVoicemailEnabled": false
          },
          "rules": [
            {
              "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WR1Z6ZENCU2RXeGw",
              "enabled": false
            }
          ],
          "operatingModes": {
            "enabled": true,
            "modes": [
              {
                "normalOperationEnabled": true,
                "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2JiOTc1OTcxLTBjZWYtNDdhNi05Yzc5LTliZWFjY2IwYjg4Mg",
                "forwardTo": {
                  "selection": "FORWARD_TO_SPECIFIED_NUMBER",
                  "destination": "00000",
                  "destinationVoicemailEnabled": false
                }
              }
            ]
          }
        }
      }
    }
  ],
  "responseExamples": []
}