ICE Chat API

UpdateWhiteListIP

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

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

Request Type

Post

Allowed for

Admin

Json Formats

1. Code snippet for Web Service Use-

UpdateWhiteListIP

{

 “Token”:”sdfdsavcxdgdfFD”,

 “OrganizationID”: 59,

 “WhiteListId”: 123,

 “IsRange”: false,

 “IPAddress”: “125.1.1.1”,

 “ToIPAddress”: “”,

 “LastUpdatedBy”: “785”

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationID Int ID of Organization
3 WhiteListId Int Id of White List
4 IsRange Bit IP Range or Single IP
5 IPAddress Int White List IP Address
6 ToIPAddress String To IP Address if it is range
7 LastUpdateBy Int ID of user

3. Response Example-

Success:

{ “Message”: ” Success”}

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us