Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.39 KB

LegacyContactAddress.md

File metadata and controls

25 lines (22 loc) · 1.39 KB

# LegacyContactAddress

Properties

Name Type Description Notes
id int Unique Identifier. [optional]
main string Is the main address. [optional]
postal string Is the postal address. [optional]
type string Address type (HOME, OFFICE, HOME2, OTHER, Custom Type Label). [optional]
typeId int Address type fieldValue id. [optional]
line1 string First line of address of the contact. [optional]
line2 string Second line of address of the contact. [optional]
city string City of the contact. [optional]
stateProvince string State or province of the contact. [optional]
country string Country of the contact. [optional]
postalCode string PostalCode of the contact. [optional]
civicNumber string Industrielle Alliance Only. [optional]
road string Industrielle Alliance Only. [optional]
extType string Industrielle Alliance Only. [optional]
extNumber string Industrielle Alliance Only. [optional]
notes string Notes about the address. [optional]
locked string Is the address locked. [optional]

[Back to Model list] [Back to API list] [Back to README]