McDewey

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

Page 112

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

JSON Example: To Update MWI PUT https://<connection-server>/vmrest/users/<user-objectid>/mwis/<mwi-objectid> Accept: application/json Content-type: application/json Connection: keep-alive Response Body: { "DisplayName":"NEW_MWI", "UsePrimaryExtension":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 Delete a MWI DELETE https://<connection-server>/vmrest/users/<user-objectid>/mwis/<mwi-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/users/<user-objectid>/mwis/<mwi-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 Explanation of Data Fields Description Operations Data Type Field Name Flag indicate whether MWI is enabled or not. Possible values: • true means that it is active and the MWI will be turned on/off by the notifier. • false Default value: false (except the default MWI) Read/Write Boolean Active Cisco Unity Connection Provisioning Interface (CUPI) API 80 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Message Waiting Indicators Delete a MWI