/mcpUpdate Alternate Names PUT https://<connection-server>/vmrest/alternatenames/<objectid> <AlternateName> <FirstName>kapil</FirstName> <LastName>gupta</LastName> </AlternateName> 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 JSON Example PUT https://<connection-server>/vmrest/alternatenames/<objectid> Accept: application/json Content-type: application/json Connection: keep-alive { "FirstName":"John", "LastName":"gupta" } 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 Delete Alternate Names DELETE https://<connection-server>/vmrest/alternatenames/<objectid> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example DELETE https://<connection-server>/vmrest/alternatenames/<objectid> Accept: application/json Connection: keep-alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response code: 204 Reference • Cisco Unity Connection Provisioning Interface (CUPI) API 41 Cisco Unity Connection Provisioning Interface (CUPI) API -- Alternate Names API Update Alternate Names