/mcpUpdate a Transfer Rule We can do a PUT Operation to update a transfer rule. Request URI: PUT https://<connection-server>/vmrest/handlers/callhandlers/<callhandler- objectid>/transferoptions/Alternate Request Body: <TransferOption> <Action>1</Action> <Extension>1000</Extension> <TimeExpires>2012-12-31 12:00:00.0</TimeExpires> <TransferAnnounce>true</TransferAnnounce> <TransferConfirm>true</TransferConfirm> <TransferIntroduce>true</TransferIntroduce> <TransferScreening>true</TransferScreening> <TransferType>1</TransferType> <Enabled>true</Enabled> </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 transfer rule, do the following: PUT https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/transferoptions/Alternate Action: application/json Content_type: application/json Connection: keep_alive Request Body: { "Action": "1", "TimeExpires": "2012-12-31 12:00:00.0", "TransferAnnounce": "true", "TransferConfirm": "true", "TransferIntroduce": "true", "TransferRings": "8", "TransferScreening": "true", "TransferType": "1", "Enabled": "true" } 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 Cisco Unity Connection Provisioning Interface (CUPI) API 498 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Update a Transfer Rule