This module is used to get IP White List for the created organization. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetIPWhiteList
•Request Type–
Post
•Allowed for–
Admin
•Json Formats–
1. Code snippet for Web Service Use-
GetIPWhiteList
{
“Token”:”sdfdsavcxdgdfFD”,
“OrganizationID”: 59
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrganizationID | Int | ID of Organization |
3. Response Example–
Success:
{ “Message”: ” Success”,
“IPWhiteList”:
[{
” IsRange”: false,
” IPAddress”: “125.1.1.1”,
” ToIPAddress”: “”,
” LastUpdatedBy”: “785”,
” IsActive”:”True”
},
{
” IsRange”: false,
” IPAddress”: “125.1.1.1”,
” ToIPAddress”: “”,
” LastUpdatedBy”: “785”,
” IsActive”:”True”
}
]
}
Fail:
{“Message”:”No Records Found”,”ipWhitelist”:null}