Address

Address of the candidate

Attribute

Type

Description

addressLine*

string

The candidate's residential street address, such as "123 Main Street"

municipality

string

The city or town of the address

regionCode

string

The ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of "US", a dash, and the state or territory's two-letter postal code. For example, Texas is "US-TX" and Puerto Rico is "US-PR"

postalCode*

string

The 5 or 9 digit zip code for the address, with no dashes

countryCode

string

The two-letter ISO short code for the country of the address, such as "US"

"address": {
        "addressLine": "123 PEACHTREE PLACE",
        "municipality": "ATLANTA",
        "regionCode": "US-GA",
        "postalCode": "12345",
        "countryCode": "US"
    }