ICE Chat API

AddIPWhiteList

The module has been designed to add IP White List for the created organization. The Service URL of this module is given by the following link-

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

•Request Type-

Post

Allowed for

Admin

•Json Formats-

1. Code snippet for Web Service Use

AddIPWhiteList

{

“Token”:”sdfdsavcxdgdfFD”,

“OrganizationID”: 59,

“IsRange”: false,

“IPAddress”: “125.1.1.1”,

“ToIPAddress”: “”,

“LastUpdatedBy”: “785”,

“IsActive”:”True”

}

2. Description for Request Parameters-

S.No. Name Type Description
1 Token String Authentication Token
2 Organization ID Int Id of Organization
3 IsRange Bit IP Range or Single IP
4 IPAddress Int WhiteListIP Address
5 To IP Address String To IP Address if it is Range
6 LastUpdateBy Int Id of User
7 IsActive Bit Is Active or not

3. Response Example

Success:

{ “Message”: ” Success”,

“WhiteListId”:”123″

}

Fail:

{ “message”: ” Failed” }

 

    ×

    Contact Us