/mcpThe following URI can be used to view the standard greeting: GET https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/greetings/Standard The following URI can be used to view the holiday greeting: GET https://<connection-server>/vmrest/callhandlers/<CallhandlerObjectId>/greetings/Holiday Updating Fields of Greeting PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/greetings/Alternate Request Body: Enable greeting <Greeting> <EnableTransfer>true</EnableTransfer> </Greeting> The following is the response from the PUT request to enable greeting and the actual response will depend upon the information given by you: Response Code: 204 Request Body: enable with no end date <Greeting> <EnableTransfer>true</EnableTransfer> <TimeExpires></TimeExpires> </Greeting> The following is the response from the PUT request to enable with no end date and the actual response will depend upon the information given by you: Response Code: 204 Request Body: enable until <Greeting> <EnableTransfer>true</EnableTransfer> <TimeExpires>2014-12-31 05:30:00.000</TimeExpires> </Greeting> The following is the response from the PUT request to enable until and the actual response will depend upon the information given by you: Response Code: 204 Request Body: edit caller hears <Greeting> <PlayWhat>2</PlayWhat> <PlayRecordMessagePrompt>true</PlayRecordMessagePrompt> </Greeting> Cisco Unity Connection Provisioning Interface (CUPI) API 52 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Greetings Updating Fields of Greeting