/mcp{ "URI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a/greetings/Alternate", "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "IgnoreDigits":"false", "PlayWhat":"0", "RepromptDelay":"2", "Reprompts":"0", "TimeExpires":"1972-01-01 00:00:00.0", "GreetingType":"Alternate", "AfterGreetingAction":"4", "PlayRecordMessagePrompt":"true" , "EnableTransfer":"false", "EnablePersonalVideoRecording":"false", "PlayRecordVideoMessagePrompt":"false", "Enabled":"false" } Response Code: 200 Updating a Greeting The following is an example of the GET request that updates the details of specific greeting: PUT https://<connection-server>/vmrest/callhandler/<callhandler-objectid>/greetings/<Greetingname> Request Body: <Greeting> <PlayWhat>1</PlayWhat> <PlayRecordMessagePrompt>true</PlayRecordMessagePrompt> </Greeting> 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: PUT https://<connection-server>/vmrest/callhandler/<Callhandler-objectid>/greetings/<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 Cisco Unity Connection Provisioning Interface (CUPI) API 489 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Updating a Greeting