/mcp{ "ExitAction": "2", "ExitTargetConversation": "PHGreeting", "ExitTargetHandlerObjectId": "e6fd6ae4-7bf5-4a46-b994-e9fd13d83c30" } 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 Example 3: Call should be transferred to a call handler or user Request URI PUT https://<connection-server>/vmrest/handlers/directoryhandlers/<directoryHandlerObjectId> Request Body <DirectoryHandler> <ExitAction>2</ExitAction> <ExitTargetConversation>SystemTransfer</ExitTargetConversation> </DirectoryHandler> Response Code: 204 The fields for that needs to be sent as input are Exit Action and ExitTargetConversation. Note Example 5: Call should be sent to an Interview Handler Request URI PUT https://<connection-server>/vmrest/handlers/directoryhandlers/<directoryHandlerObjectId> Request Body <DirectoryHandler> <ExitAction>2</ExitAction> <ExitTargetConversation>PHInterview</ExitTargetConversation> <ExitTargetHandlerObjectId>1ff9ef5e-1b97-4f3f-a30d- 48aef7733d7f</ExitTargetHandlerObjectId> </DirectoryHandler> Response Code: 204 Example 6: Call should be sent to a Directory Handler. Request URI PUT https://<connection-server>/vmrest/handlers/directoryhandlers/<directoryHandlerObjectId> Request Body Cisco Unity Connection Provisioning Interface (CUPI) API 537 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Updating the Exit Action on a directory handler
