Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| addressId |
The address identifier. |
integer |
Required |
Body Parameters
The address.
Nano.Address| Name | 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. |
Request Formats
application/json, text/json
{
"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
{"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/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated address.
Nano.Address| Name | 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
{
"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
{"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 not available.