/mcpThe 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/distributionlists/<distributionlistObjectId> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "AllowContacts":"false", "AllowForeignMessage":"false" } 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 Example 3: Replicate to remote sites over inter-site links is enabled, enable add contacts in distribution list, and accept messages from users on remote voice messaging systems that are configured as VPIM locations. Request Body: <DistributionList> <AllowContacts>false</AllowContacts> <AllowForeignMessage>true</AllowForeignMessage> </DistributionList> 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: Request URI: PUT https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "AllowContacts":"false", "AllowForeignMessage":"true" } 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 Updating the Distribution List for Tenant The following is an example of the PUT request that can be used to update the distribution list for Tenants. PUT https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 448 Cisco Unity Connection Provisioning Interface (CUPI) API for Distribution List Updating the Distribution List for Tenant