PatchOrgLocationRequest

Body for updating a postal-address location. All fields are optional — provide at least one. Fields omitted are left unchanged. The is_primary and is_system flags are not accepted; primary is changed via the dedicated primary endpoint.

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

    Updated display label. Cannot be cleared or set to empty; cannot be changed on the registered-office record.

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

    Updated first line of the street address. Cannot be cleared.

  • street2
    Type: string
    max length:  
    256

    Updated second line of the street address. Optional; empty string clears.

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

    Updated city or locality. Cannot be cleared.

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

    Updated state, province, or administrative region. Cannot be cleared.

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

    Updated postal or ZIP code. Cannot be cleared.

  • country_code
    Type: string

    Updated ISO 3166-1 alpha-2 country code. Uppercased after trim.

  • phone
    Type: string
    max length:  
    32

    Updated office phone in fully-qualified E.164 form (leading "+" required). Provide an empty string to clear. Normalized to canonical E.164 on save.