McDewey

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

Page 73

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

Update 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