McDewey

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

Page 85

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

The following is the response from the PUT request to edit caller hears and the actual response will depend upon the information given by you: Response Code: 204 Request Body: enable ignore caller inputs <Greeting> <IgnoreDigits>true</IgnoreDigits> </Greeting> The following is the response from the PUT request to enable ignore caller inputs and the actual response will depend upon the information given by you: Response Code: 204 Request Body: enable allow transfers to numbers not associated with users or call handlers <Greeting> <IgnoreDigits>false</IgnoreDigits> <EnableTransfer>true</EnableTransfer> </Greeting> The following is the response from the PUT request to enable allow transfers to numbers not associated with users or call handlers and the actual response will depend upon the information given by you: Response Code: 204 JSON Example PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/greetings/Alternate Accept: application/json Content-type: application/json Connection: keep-alive { "EnableTransfer":"true","IgnoreDigits":"false" } 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 Operations Data Type Parameter Unique identifier of the directory entry. Read Only String(36) ObjectId The unique identifier of the call handler object to which this greeting rule belongs. Read Only String(36) CallHandlerObjectId Cisco Unity Connection Provisioning Interface (CUPI) API 53 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Greetings Explanation of Data Fields