OrgLocation
A postal-address location belonging to an organization. Each org has exactly one primary location, which is used as the registrant address for WHOIS, and exactly one registered-office location, which is created automatically with the org and cannot be deleted.
- objectType: string
Resource type identifier, always "org_location"
- idType: string
Stable identifier for the location
- orgType: string
_id Identifier of the owning organization
- labelType: string
Display label (e.g. "HQ", "Berlin office"). Fixed to "Registered office" on the registered-office record.
- street1Type: string
First line of the street address
- street2Type: string
Second line of the street address (suite, floor, attention line)
- cityType: string
City or locality
- regionType: string
State, province, or administrative region
- postalType: string
_code Postal or ZIP code
- countryType: string
_code ISO 3166-1 alpha-2 country code, uppercase
- phoneType: string
Office phone in E.164 form. Optional.
- isType: boolean
_primary True when this is the org's primary (default) location
- isType: boolean
_system True when this is the org's registered-office record. Its label is fixed and the record cannot be deleted; address fields remain editable.
- createdType: string
_at Creation timestamp in RFC 3339 UTC form
- updatedType: string
_at Last-update timestamp in RFC 3339 UTC form