McDewey

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

Page 459

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- Post Greeting Recordings APIs Post Greeting Recordings APIs Administrator can use this API to fetch the post greeting recordings. It can be used to fetch the list of post greeting recordings and also a single instance of post greeting recordings. Updating a Post Greeting Recordings The following is an example of the PUT request that updates the post greeting recordings: PUT https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid> Request Body: <CallhandlerTemplate> <PlayPostGreetingRecording>2</PlayPostGreetingRecording> <PostGreetingRecordingObjectId>0c6ab589-f289-4d4b-b3b7- e4ec96bb783e</PostGreetingRecordingObjectId> </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 post greeting recordings, do the following: Request URI: PUT: https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid> Accept: applicaiton/json Content_type: application/json Connection: keep_alive Request Body: { "PlayPostGreetingRecording":"1", "PostGreetingRecordingObjectId":"0c6ab589-f289-4d4b-b3b7-e4ec96bb783e" } 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 427 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Cisco Unity Connection Provisioning Interface (CUPI) API -- Post Greeting Recordings APIs