/mcpResponse Code: 204 JSON Example PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId> Accept: application/json Content-type: application/json Connection: keep-alive Request Body: { "AfterMessageAction":"2", "AfterMessageTargetConversation":"SystemTransfer" } 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 The maximum recording length (in seconds) for messages left by unidentified callers. Default value : 300 Range: 1-3600 Read/Write Integer MaxMsgLen Allows callers to be prompted to listen to, add to, rerecord, or delete their messages. Values can be: • false: Callers cannot edit messages • true: Callers can edit messages Default value: true Read/Write Boolean EditMsg Values can be: • false: The language is the default language defined for the call handler template. • true: The language is derived from the location to which this call handler template belongs. Default value: true Read/Write Boolean UseDefaultLanguage This flag allows that language to be the language used by handlers in the system to play prompts for users. Values can be: • false: Do not use the language specified by the system call routing rule to play prompts for users • true: Use the language specified by the system call routing rule to play prompts for users Default value: false Read/Write Boolean UseCallLanguage Cisco Unity Connection Provisioning Interface (CUPI) API 73 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Message Settings API Explanation of Data Fields