McDewey

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

Page 458

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Settings APIs Message Settings APIs Administrator can use this API to fetch the message settings. Updating a Message Setting The following is an example of the PUT request that updates the message settings: PUT https://<connection-server>/vmrest/callhandlertemplates/<callhandler-objectid> Request Body: <CallhandlerTemplate> <AfterMessageAction>2</AfterMessageAction> <AfterMessageTargetConversation>SystemTransfer</AfterMessageTargetConversation> </CallhandlerTemplate> 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 message setting, do the following: Request URI: PUT: https://<connection-server>/vmrest/callhandlertemplates/<calhandler-objectid> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "AfterMessageAction":"2", "AfterMessageTargetConversation":"SystemTransfer" } 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 426 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Settings APIs