Address (AddressDto)
Each entry inapplicant.addresses is an AddressDto merged with address residency dates.
Supported Fields
| Field | Required | Type | Rules and behavior |
|---|---|---|---|
addressType | Yes | string | Address category, such as home, work, or mailing. |
addressLine1 | Yes | string | Street line 1. |
addressLine2 | No | string | Apartment, suite, unit, or other secondary line. |
addressCity | Yes | string | City. |
addressState | Yes | string | Two-letter US state code. |
addressZipCode | Yes | string | ZIP or postal code. Length 1–10. |
addressCountry | No | string | Two-letter country code. Defaults to US when omitted. |
startDate | Yes | string | Start of residence in YYYY-MM-DD format. |
endDate | No | string or null | End of residence in YYYY-MM-DD format. Use null or omit for the current address. Exactly one address in a non-empty list should be current. |