This module has been designed to get White List IP information. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GeWhiteListIPDetails
•Request Type–
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetWhiteListIPDetails
{
“Token”:”sdfdsavcxdgdfFD”,
“WhiteListId”: 123
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | WhiteListId | Int | Id of existing White List |
3. Response Example–
Success:
{ “Message”: ” Success”,
“OrganizationID”: 59,
” IsRange”: false,
” IPAddress”: “125.1.1.1”,
” ToIPAddress”: “”,
” LastUpdatedBy”: “785”,
” IsActive”:”True”
}
Fail:
{ “message”: ” Failed” }