ICE Chat API

UpdateIPtoBlock

This module helps to update White List IP. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/UpdateIPToBlock

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

UpdateIPToBlock

{

“Token”:”sdfdsavcxdgdfFD”,

“SubCampaignId”: 83,

“IPListId”: 123,

” IsRange”: false,

” IPAddress”: “125.1.1.1”,

” ToIPAddress”: “”,

” IsBlocked”: “True”

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 SubCampaignId Int Id of sub campaign
3 IPListId Int Id of IP list
4 IsRange Bit Is range or single IP
5 IPAddress Int White List IP Address
6 ToIPAddress String To IP Address fi it is range
7 IsBlocked Bit Is blocked or not

3. Response Example

Success:

{ “Message”: ” Success”}

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us