/mcpRequest URI: GET: https://<connection-server>/vmrest/callhandlertemplates/<Callhandlertemplate- objectid>/templatetransferoptions/<TransferOptionType> Accept: applciation/json Connection: keep_alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "URI":"/vmrest/callhandlertemplates/e07ee639-bf8a-4c37-9d6a- 0b51beee65c7/templatetransferoptions/Alternate" "CallHandlerObjectId":"e07ee639-bf8a-4c37-9d6a-0b51beee65c7" "CallhandlerURI":"/vmrest/handlers/callhandlers/e07ee639-bf8a-4c37-9d6a- 0b51beee65c7" "TransferOptionType":"Alternate" "Action":"0" "RnaAction":"1" "TransferAnnounce":"false" "TransferConfirm":"false" "TransferDtDetect":"false" "TransferHoldingMode":"0" "TransferIntroduce":"false" "TransferRings":"4" "TransferScreening":"false" "TransferType":"1" "MediaSwitchObjectId":"f92e948f-6bd4-4891-ab8b-a3d930688305" "PhoneSystemURI":"/vmrest/phonesystems/f92e948f-6bd4-4891-ab8b-a3d930688305" "UsePrimaryExtension":"true" "PlayTransferPrompt":"true" "PersonalCallTransfer":"false" "Enabled":"true" } Response Code: 200 Updating a Transfer Rule The following is an example of the PUT request that updates a transfer rule: PUT https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate- objectid>/templatetransferoptions/<TransferOptionType> Request Body: <TemplateTransferOption> <Action>1</Action> <Extension>1000</Extension> <TimeExpires>2012-12-31 12:00:00.0</TimeExpires> <Enabled>true</Enabled> <PlayTransferPrompt>true</PlayTransferPrompt> <TransferAnnounce>true</TransferAnnounce> <TransferConfirm>true</TransferConfirm> <TransferIntroduce>true</TransferIntroduce> <TransferScreening>true</TransferScreening> <TransferType>1</TransferType> </TemplateTransferOption> 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 Cisco Unity Connection Provisioning Interface (CUPI) API 432 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Updating a Transfer Rule