McDewey

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

Page 480

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

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/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