POST api/ipWhitelist/getWhitelist
Request Information
URI Parameters
None.
Body Parameters
IPWhiteListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IpAddress | string |
None. |
|
| ApplicableFor | decimal number |
None. |
|
| IsActive | integer |
None. |
|
| Cby | integer |
None. |
|
| Ctime | date |
None. |
|
| Mby | integer |
None. |
|
| Mtme | date |
None. |
|
| Check | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IpAddress": "sample string 2",
"ApplicableFor": 3.0,
"IsActive": 4,
"Cby": 5,
"Ctime": "2026-06-26T04:38:38.9044359+05:30",
"Mby": 7,
"Mtme": "2026-06-26T04:38:38.9044359+05:30",
"Check": "sample string 9"
}
application/xml, text/xml
Sample:
<IPWhiteListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <ApplicableFor>3</ApplicableFor> <Cby>5</Cby> <Check>sample string 9</Check> <Ctime>2026-06-26T04:38:38.9044359+05:30</Ctime> <Id>1</Id> <IpAddress>sample string 2</IpAddress> <IsActive>4</IsActive> <Mby>7</Mby> <Mtme>2026-06-26T04:38:38.9044359+05:30</Mtme> </IPWhiteListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.