McDewey

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

Page 287

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

PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/greetings/Alternate Accept: application/json Content-type: application/json Connection: keep-alive { "EnableTransfer":"true","IgnoreDigits":"false" } 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 Changing after Greeting Actions By default all the handlers must have tenant specific handlers Example 1: Change Call Actions Request Body: <UserTemplateGreeting> <AfterGreetingAction>8</AfterGreetingAction> </UserTemplateGreeting> The following is the response from the PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To change call actions, do the following: PUT https://<connection-server>/vmrest/callhandlerprimarytemplates/6bcd837d-f1cf-43c2-b199-85b457858a16/usertemplategreetings/Alternate Accept: application/json Content-type: application/json Connection: keep-alive Request Body: { "AfterGreetingAction":"8" } 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 255 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Changing after Greeting Actions