PostalAddress

Adresse eines Kunden oder Unternehmens

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

string

Das Land, angegeben mit dem ISO-3166-1-Alpha-2-Ländercode, z.B. "US" (erforderlich)

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)