Description
Physical location associated with a property, contact, or branch.
Resource Overview
| Endpoint | Definition |
| GET/Addresses | Retrieve street address information from Aspire records. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| AddressID | unique identifier for the address record | integer(int32) | |
| AddressLine1 | first line of physical street address | string | |
| AddressLine2 | additional address information | string | |
| City | city in which the physical address is located | string | Max Length: 50 |
| CreatedByUserId | unique identifier of the user who created the address entry | integer(int32) | |
| CreatedOn | date and time the address was created | DateTime | |
| LastModifedByUserId | unique id of the user who saved the most recent change | integer(int32) | |
| LastModifedOn | date and time the address was last updated | DateTime | |
| StateProvinceCode | unique code representing the state or province | string | Max Length: 30 |
| ZipCode | postal code for the physical address | string | Max Length: 15 |