CreateOrgLocationRequest
Body for creating a new postal-address location for the organization. The is_primary and is_system flags are not accepted on creation; primary is assigned automatically for the first location and re-assigned via the dedicated primary endpoint thereafter.
- labelType: stringmin length:1max length:128required
Caller-supplied display label (e.g. "HQ", "Berlin office"). Required.
- street1Type: stringmin length:1max length:256required
First line of the street address. Required.
- street2Type: stringmax length:256
Second line of the street address (suite, floor, attention line). Optional.
- cityType: stringmin length:1max length:128required
City or locality. Required.
- regionType: stringmin length:1max length:128required
State, province, or administrative region. Required.
- postalType: string
_code min length:1max length:32requiredPostal or ZIP code. Required.
- countryType: string
_code requiredISO 3166-1 alpha-2 country code. Required; uppercased after trim.
- phoneType: stringmax length:32
Optional office phone in fully-qualified E.164 form, including the leading "+" and country prefix. Normalized to canonical E.164 on save.