/mcpCreating a Routing Rule Condition JSON Example To create new routing rule condition, do the following: Request URI: POST https://<connection-server>/vmrest/routingrules/<routingrulesobjectId>/routingruleconditions Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "Parameter": "2", "Operator": "3", "OperandValue": "3000" } 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 Updating a Routing Rule Condition JSON Example To update display name of routing rule condition, do the following: Request URI: PUT https://<connectionserver>/vmrest/routingrules/<routingrulesobjectId>/routingruleconditions/<routingruleconditionobjectId> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "OperandValue": "5011" } 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 Deleting a Routing Rule Condition JSON Example To delete routing rule condition, do the following: DELETE https://<connectionserver>/vmrest/routingrules/<routingrulesobjectId>/routingruleconditions/<routingruleconditionobjectId> Accept: application/json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 581 Cisco Unity Connection Provisioning Interface (CUPI) API--Call Routing Creating a Routing Rule Condition