Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| personId |
The person identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of address histories.
Collection of Nano.AddressHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| endDate |
Gets or sets the end date. |
string |
None. |
| isCurrent |
Gets or sets a value indicating whether it is current. |
boolean |
None. |
| isMailing |
Gets or sets a value indicating whether it is mailing. |
boolean |
None. |
| rentOwnFree |
Gets or sets the rent own free. |
string |
None. |
| startDate |
Gets or sets the start date. |
string |
None. |
| id |
Gets or sets the address history identifier. |
integer |
None. |
| address |
Gets or sets the address identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"endDate": "sample String 1",
"isCurrent": true,
"isMailing": true,
"rentOwnFree": "sample String 4",
"startDate": "sample String 5",
"id": "6",
"address": "7",
"person": "8"
},
{
"endDate": "sample String 1",
"isCurrent": true,
"isMailing": true,
"rentOwnFree": "sample String 4",
"startDate": "sample String 5",
"id": "6",
"address": "7",
"person": "8"
}
]
text/html
Sample:
[{"endDate":"sample String 1","isCurrent":true,"isMailing":true,"rentOwnFree":"sample String 4","startDate":"sample String 5","id":"6","address":"7","person":"8"},{"endDate":"sample String 1","isCurrent":true,"isMailing":true,"rentOwnFree":"sample String 4","startDate":"sample String 5","id":"6","address":"7","person":"8"}]
application/xml, text/xml
Sample:
<ArrayOfAddressHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AddressHistory>
<EndDate>sample String 1</EndDate>
<IsCurrent>true</IsCurrent>
<IsMailing>true</IsMailing>
<RentOwnFree>sample String 4</RentOwnFree>
<StartDate>sample String 5</StartDate>
<AddressHistoryId>6</AddressHistoryId>
<AddressId>7</AddressId>
<PersonId>8</PersonId>
</AddressHistory>
<AddressHistory>
<EndDate>sample String 1</EndDate>
<IsCurrent>true</IsCurrent>
<IsMailing>true</IsMailing>
<RentOwnFree>sample String 4</RentOwnFree>
<StartDate>sample String 5</StartDate>
<AddressHistoryId>6</AddressHistoryId>
<AddressId>7</AddressId>
<PersonId>8</PersonId>
</AddressHistory>
</ArrayOfAddressHistory>
application/vnd.api+json
Sample:
Sample not available.