{ "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": [] }