PostalAddress

Adresse eines Kunden oder Unternehmens

JSON-Darstellung
{
  "addressCountry": string,
  "addressLocality": string,
  "addressRegion": string,
  "postalCode": string,
  "streetAddress": string
}
Felder
addressCountry

string

Der ISO 3166-1 Alpha-2-Ländercode für das Land, z. B. „US“ (Pflichtfeld)

addressLocality

string

Der Ort, z. B. "Mountain View" (Pflichtfeld)

addressRegion

string

Die Region, z. B. "CA". Dieses Feld ist nur in Ländern erforderlich, in denen die Region normalerweise Teil der Adresse ist. (optional)

postalCode

string

Die Postleitzahl, z. B. "94043" (Pflichtfeld)

streetAddress

string

Die Adresse, z. B. "1600 Amphitheatre Pkwy" (Pflichtfeld)