McDewey

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

Page 713

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

Request Body: <RestrictionTable> <DisplayName>Texoma 1</DisplayName> </RestrictionTable> Response Code: 201 JSON Example To create new restriction table, do the following: POST https://<connection-server>/vmrest/restrictiontables Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "DisplayName": "Texoma 1" } 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 Example 2: The following is the example of the create request with maximum and minimum length Request Body: <RestrictionTable> <DisplayName>Texoma Restriction Table_7</DisplayName> <MinDigits>50</MinDigits> <MaxDigits>60</MaxDigits> </RestrictionTable> 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 JSON Example To create restriction table with maximum and minimum length, do the following: Request URI: POST https://<connection-server>/vmrest/restrictiontables Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "MaxDigits": "60", "MinDigits": "50", "DisplayName": "Texoma Restriction Table_7" } 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 Cisco Unity Connection Provisioning Interface (CUPI) API 681 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Creating a Restriction Table