GET api/ParkAndFly/GetIPAddress
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IpAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| ip | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"ip": "sample string 1"
}
text/xml
Sample:
<ParkAndFlyController.IpAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iERPAPI.Controllers"> <ip>sample string 1</ip> </ParkAndFlyController.IpAddress>