GET api/ReviewApplication/GetSignatureDetails?eappHouseHoldId={eappHouseHoldId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eappHouseHoldId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EAppIpaddressInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IpAddress | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IpAddress": "sample string 1",
"State": "sample string 2",
"Country": "sample string 3"
}