/mcp{ "URI":"/vmrest/handlers/callhandlers/43bb6590-e9e3-43ca-972e-e3e158a96126/transferoptions/Alternate" "CallHandlerObjectId":"43bb6590-e9e3-43ca-972e-e3e158a96126" "CallhandlerURI":"/vmrest/handlers/callhandlers/43bb6590-e9e3-43ca-972e-e3e158a96126" "TransferOptionType":"Alternate" "Action":"0" "RnaAction":"1" "TimeExpires":"1972-01-01 00:00:00.0" "TransferAnnounce":"false" "TransferConfirm":"false" "TransferDtDetect":"false" "TransferHoldingMode":"0" "TransferIntroduce":"false" "TransferRings":"4" "TransferScreening":"false" "TransferType":"0" "MediaSwitchObjectId":"e912b134-1bd0-45f9-baae-9f1e096ae3b9" "PhoneSystemURI":"/vmrest/phonesystems/e912b134-1bd0-45f9-baae-9f1e096ae3b9" "UsePrimaryExtension":"true" "PlayTransferPrompt":"true" "PersonalCallTransfer":"false" "Enabled":"false" } Response Code: 200 Updating Transfer Option The following is an example of the PUT request that updates the transfer option: PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/transferoptions/Alternate <TransferOption> <Action>0</Action> <TimeExpires>1972-01-01 00:00:00.0</TimeExpires> <TransferAnnounce>false</TransferAnnounce> <TransferConfirm>false</TransferConfirm> <TransferHoldingMode>0</TransferHoldingMode> <TransferIntroduce>false</TransferIntroduce> <TransferRings>4</TransferRings> <TransferScreening>false</TransferScreening> <TransferType>0</TransferType> </TransferOption> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update the transfer rule, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 136 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Transfer Rules Updating Transfer Option