idstringrequired*— Unique ID of the address
addressTypestringrequired*— Address label (e.g. Home, Work, Mailing)
streetstringrequired*— Street address line 1
street2stringnullrequired*— Street address line 2 (apt, suite, etc.); null if unset
citystringnullrequired*— City; null if unset
statestringnullrequired*— State or province; null if unset
postalCodestringnullrequired*— Postal/ZIP code; null if unset
countrystringnullrequired*— Country; null if unset
fullAddressstringnullrequired*— Full formatted single-line address; null if unset
createdAtstringnullrequired*— When the address was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired*— When the address was last updated, as an ISO 8601 timestamp; null if unknown
relationshipsobjectrequired*— To-one JSON:API relationship pointers as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own tool. List rows carry the owning `addressable` pointer only; use get-address for the full envelope incl. to-many locations.
1 field
addressableobjectnullrequired*— Owning record pointer; null when unlinked. Polymorphic — the `type` is an open string (e.g. "contact", "company", "prospect" for a matter, "registerable_event", "firm"); resolve it by calling that record's own get/find tool
2 fields
idstringrequired*— ID of the referenced Lawmatics record
typestringrequired*— JSON:API record class of the reference (e.g. "user", "contact", "prospect", "firm"); resolve it by calling that resource's own get/find tool — this pointer is not materialized