This module has been designed to add IP to block or unblock for skill. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/AddIPToBlock
• Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
AddIPToBlock
{
“Token”: “dfsfsdfsfsdf”,
“SubCampaignId”: 2,
“IsRange”: true,
“IPAddress”: “1.0.0.27”,
“ToIPAddress”: “1.0.0.27”,
“IsBlocked”: true
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | SubCampaignId | Int | Id of Skill |
3 | IsRange | Bit | IP Range or Single IP |
4 | IPAddress | Int | White List IP Address |
5 | ToIPAddress | Int | To IP Address of its range |
6 | IsBlocked | Bit | Is IP blocked or not |
3. Response Example–
Success:
{ “Message”: ” Success”,
“IPListId”:”123″
}
Fail:
{ “message”: ” Failed” }