/mcpJSON Example To change language, do the following: Request URI PUT https://<connection-server>/vmrest/handlers/directoryhandlers/<directoryHandlerObjectId> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body { "UseCallLanguage":"true", "UseDefaultLanguage":"false", "Language":"1033" } Response Code: 204 Explanation of Data Fields Comments Data Type Operations Parameter Specifies the language code. All possible language code values can be fetched using <connection server>/vmrest/languagemap. Integer Read/Write Language The display name of Directory Handler String(64) Read/Write Display Name Shows whether the Directory Handler can be deleted or not. Values: • false: The handler can be deleted by an administrator. • true: The handler cannot be deleted by an administrator. Default value: false Boolean Read/Write Undeletable Specifies the .wav file which is the recorded name. String(40) Read/Write VoiceName Specifies the URI of the voice file. String Read Only VoiceFileURI Specifies the URI of voice names. String Read Only VoiceNameURI The unique identifier of the location object to which this handler belongs. Location, e.g. "Seattle Office." String(36) Read Only LocationObjectId Specifies the URI of location. String Read Only LocationURI Cisco Unity Connection Provisioning Interface (CUPI) API 540 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Explanation of Data Fields