Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
addressId |
The address identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The address, if it exists.
Nano.AddressName | Description | Type | Additional information |
---|---|---|---|
city |
Gets or sets the city. |
string |
None. |
state |
Gets or sets the state. |
string |
None. |
street |
Gets or sets the street. |
string |
None. |
unitNumber |
Gets or sets the unit number. |
string |
None. |
zipCode |
Gets or sets the zip code. |
string |
None. |
addressHistory |
Gets or sets the person address history identifier. |
integer |
None. |
id |
Gets or sets the address id. |
integer |
None. |
asset |
Gets or sets the asset identifier. |
integer |
None. |
employer |
Gets or sets the employer identifier. |
integer |
None. |
liability |
Gets or sets the liability identifier. |
integer |
None. |
previousGovernmentLoan |
Gets or sets the previous government loan identifier. |
integer |
None. |
property |
Gets or sets the property identifier. |
integer |
None. |
verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "city": "sample String 1", "state": "sample String 2", "street": "sample String 3", "unitNumber": "sample String 4", "zipCode": "sample String 5", "addressHistory": "1", "id": "6", "asset": "1", "employer": "1", "liability": "1", "previousGovernmentLoan": "1", "property": "1", "verifications": [ "1", "2" ] }
text/html
Sample:
{"city":"sample String 1","state":"sample String 2","street":"sample String 3","unitNumber":"sample String 4","zipCode":"sample String 5","addressHistory":"1","id":"6","asset":"1","employer":"1","liability":"1","previousGovernmentLoan":"1","property":"1","verifications":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.