McDewey

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

Page 642

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

Request URI: PUT https://<connection-server>/vmrest/messageagingtexts/<messageagingtextobjectid> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "UseDefault": "False", "Subject": "Message Aging test", "Body": "Message Aging Text" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: <pre> Response Code: 204 Explanation of Data Fields Comments Data Type Operations Parameter Object id of message aging text String (36) Read Only ObjectId the language identifier for this row Integer Read/Write LanguageCode Default data supplied subject String (84) Read Only DefaultSubject Admin supplied subject. Can be modified or updated only if UseDefault parameter is false. String (84) Read/Write Subject Default data supplied default body. String (2048) Read Only DefaultBody Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Expiration Message Expiration Administrator can use this API to set number of days after which message will be expired and hard deleted from the system. Message Expiration value is applicable for both audio as well as video messages. Fetching Message Expiration field value The following is an example of the GET request to fetch Message Expiration field value of audio and video messages: GET https://<connection-server>/vmrest/messageexpirations The following is the response from the above GET request: Cisco Unity Connection Provisioning Interface (CUPI) API 610 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Explanation of Data Fields