McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 428

↗ View in doc context
page
428
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::394

Request URI: GET: https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid>/templatemenuentries/<TouchToneKey> Accept: application/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/a2f8fb8f-68ee-4a17-90a0- bff0308b5b1a/templatemenuentries/" "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a" "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0- bff0308b5b1a" "TouchtoneKey":"" "Locked":"true" "Action":"2" "TargetConversation":"SubSignIn" "ObjectId":"17184311-90ac-4654-8e26-cfbe08138851" } Response Code: 200 Updating a Caller Input The following is an example of the PUT request that updates a specific caller input: PUT https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate- objectid>/templatemenuentries/<TouchToneKey> The following is the response from the above PUT request and the actual response will depend upon the information given by you: <TemplateMenuEntry> <Action>7</Action> <TransferNumber>1000</TransferNumber> <TransferType> 1</TransferType> <TransferRings>2</TransferRings> </TemplateMenuEntry> Response Code: 204 JSON Example To update a particular caller input, do the following: Request URI: PUT: https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid>/templatemenuentries/<TouchToneKey> Accept: application/json Content_type: application/json Connection: keep_alive 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 396 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Updating a Caller Input