| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Alternate Address Id. Primary key of the unit alternate address table |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| UnitId |
Unit Id. See the GET api/units/{unitId} route to get the unit data. |
integer |
None. |
| Address1 |
Alternate Address 1. |
string |
None. |
| Address2 |
Alternate Address 2. |
string |
None. |
| City |
Alternate Address City. |
string |
None. |
| State |
Alternate Address State. |
string |
None. |
| Zip |
Alternate Address Zip Code. |
string |
None. |
| CountryCode |
Alternate Address Country. |
string |
None. |
| IsBillingAddress |
Billing Address. This value determines whether the alternate address record is considered the official billing address. |
boolean |
None. |
| IsSeasonal |
Is this a Seasonal? |
boolean |
None. |
| IsSecondaryBilling |
Is the address used as a Secondary Billing Address? |
boolean |
None. |
| IsAvsVerified |
Has this address been verified? |
boolean |
None. |
| IsCareOf |
Is the first line Care Of information? |
boolean |
None. |
| UserId |
UserId |
integer |
None. |