McDewey

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

Page 553

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

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <PostGreetingRecordingStreamFile> <PostGreetingRecordingObjectId>b7cfa709-9f06-4cd2-94b3-8e5910d5b041</PostGreetingRecordingObjectId> <LanguageCode>1033</LanguageCode> <StreamFile>58b0c574-62e6-4276-8e25-cb1227570492.wav</StreamFile> </PostGreetingRecordingStreamFile> RESPONSE Code: 200 Modifying Custom Recording Example 1 The following is an example of the PUT request that modifies the custom recording as represented by <objectId>: https://<connection_server>/vmrest/postgreetingrecordings/<objectId> The following is an example of the response from the above PUT request and the actual response will depend upon the information given by you: <PostGreetingRecording> <DisplayName>custom-rec</DisplayName> </PostGreetingRecording> RESPONSE Code: 204 Example 2 The following is an example of the PUT request that modifies a stream file for a custom recording as represented by <language-code>: https://<connection_server>/vmrest/postgreetingrecordings/<object-id>/postgreetingrecordingstreamfiles/<language-code> The following is an example of the response from the above PUT request and the actual response will depend upon the information given by you: <PostGreetingRecordingStreamFile> <StreamFile>82dd9884-5cee-42f0-8537-bdc5e622de1f.wav</StreamFile> </PostGreetingRecordingStreamFile> RESPONSE Code: 204 Deleting Custom Recording The following is an example of the DELETE request that deletes a User Template as represented by <usertemplateid>: https://<connection_server>/vmrest/postgreetingrecordings/<objectId> The output for this request returns the successful response code. Cisco Unity Connection Provisioning Interface (CUPI) API 521 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Modifying Custom Recording