/mcpRequest Body: <DistributionList> <TenantObjectId>fe6541fb-b42c-44f2-8404-ded14cbf7438</TenantObjectId> </DistributionList> The following is the response from the above PUT request: Response Code: 204 JSON Example : PUT https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "TenantObjectId":"fe6541fb-b42c-44f2-8404-ded14cbf7438" } Updating the Alternate Names of Distribution Lists The mandatory fields for creation of an alternate name are FirstName and DistributionListObjectId. The URI to get DistributionListObjectId: https://<connection server>/vmrest/distributionlists. Example 1: Adding an alternate name for a distribution list POST https://<connection-server>/vmrest/alternatenames?query=(DistributionListObjectId%20is%20ef4aa84e-97c3-456e-848e-b162a04c9631) Request Body: <AlternateName> <FirstName>Taxoma_list1</FirstName> <DistributionListObjectId>ef4aa84e-97c3-456e-848e-b162a04c9631</DistributionListObjectId> </AlternateName> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/alternatenames/e091a0f6-031e-440d-abd2-783e5f62511b JSON Example: Request URI: POST https://<connection- server>/vmrest/alternatenames?query=(DistributionListObjectId%20is%20ef4aa84e-97c3-456e-848e- b162a04c9631) Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "FirstName":"Taxoma_list1", "DistributionListObjectId":"ef4aa84e-97c3-456e-848e-b162a04c9631" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 449 Cisco Unity Connection Provisioning Interface (CUPI) API for Distribution List Updating the Alternate Names of Distribution Lists