The module is used for Delete Canned Phrase functionality. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/Admin/DeleteCannedPhrase
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
DeleteCannedPhrase
{
“Token”:”sdfdsavcxdgdfFD”,
” CannedPhraseCategoryId “: 822
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | CannedPhraseCategoryID | Int | Id for canned phrase category |
3 Response Example-
Success:
{ “Message”: ” Success” }
Fail:
{“Message”:”The request is invalid.”}