Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 18 KB

address.md

File metadata and controls

31 lines (28 loc) · 18 KB

Address

Fields

Field Type Required Description Example
id OptionalNullable[str] Unique identifier for the address. 123
type OptionalNullable[models.Type] The type of address. primary
string OptionalNullable[str] The address string. Some APIs don't provide structured address data. 25 Spring Street, Blackburn, VIC 3130
name OptionalNullable[str] The name of the address. HQ US
line1 OptionalNullable[str] Line 1 of the address e.g. number, street, suite, apt #, etc. Main street
line2 OptionalNullable[str] Line 2 of the address apt #
line3 OptionalNullable[str] Line 3 of the address Suite #
line4 OptionalNullable[str] Line 4 of the address delivery instructions
street_number OptionalNullable[str] Street number 25
city OptionalNullable[str] Name of city. San Francisco
state OptionalNullable[str] Name of state CA
postal_code OptionalNullable[str] Zip code or equivalent. 94104
country OptionalNullable[str] country code according to ISO 3166-1 alpha-2. US
latitude OptionalNullable[str] Latitude of the address 40.759211
longitude OptionalNullable[str] Longitude of the address -73.984638
county OptionalNullable[str] Address field that holds a sublocality, such as a county Santa Clara
contact_name OptionalNullable[str] Name of the contact person at the address Elon Musk
salutation OptionalNullable[str] Salutation of the contact person at the address Mr
phone_number OptionalNullable[str] Phone number of the address 111-111-1111
fax OptionalNullable[str] Fax number of the address 122-111-1111
email OptionalNullable[str] Email address of the address elon@musk.com
website OptionalNullable[str] Website of the address https://elonmusk.com
notes OptionalNullable[str] Additional notes Address notes or delivery instructions.
row_version OptionalNullable[str] A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. 1-12345