McDewey

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

Page 455

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

PUT https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid>/templategreetings/<Greetingname> Response Body: <TemplateGreeting> <PlayWhat>1</PlayWhat> <PlayRecordMessagePrompt>true</PlayRecordMessagePrompt> </TemplateGreeting> 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 a particular greeting, do the following: Request URI: PUT: https://<connection-server>/vmrest/callhandlertemplates/<Callhandlertemplate-objectid>/templategreetings/<Greetingname> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "PlayWhat":"1", "PlayRecordMessagePrompt":"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 Explanation of Data Fields Comments Data Type Operations Parameter URI of greetings String Read Only URI The unique identifier of the call handler object to which this greeting rule belongs. String Read Only CallHandlerObjectId URI of the call handler. String Read/Write TemplateCallHandlerURI Cisco Unity Connection Provisioning Interface (CUPI) API 423 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Explanation of Data Fields