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.

  • label
    Type: string
    min length:  
    1
    max length:  
    128
    required

    Caller-supplied display label (e.g. "HQ", "Berlin office"). Required.

  • street1
    Type: string
    min length:  
    1
    max length:  
    256
    required

    First line of the street address. Required.

  • street2
    Type: string
    max length:  
    256

    Second line of the street address (suite, floor, attention line). Optional.

  • city
    Type: string
    min length:  
    1
    max length:  
    128
    required

    City or locality. Required.

  • region
    Type: string
    min length:  
    1
    max length:  
    128
    required

    State, province, or administrative region. Required.

  • postal_code
    Type: string
    min length:  
    1
    max length:  
    32
    required

    Postal or ZIP code. Required.

  • country_code
    Type: string
    required

    ISO 3166-1 alpha-2 country code. Required; uppercased after trim.

  • phone
    Type: string
    max length:  
    32

    Optional office phone in fully-qualified E.164 form, including the leading "+" and country prefix. Normalized to canonical E.164 on save.