OrderAddress Data Type

Properties
name data type description
partnerId number
lines array of string Formatierte Ausgabe der Adresse
salutation string Die Anrede (Frau, Herr, Firma, ...)
titel string Der vorangestellte Titel
titelSuffix string Der nachgestellte Titel
name1Lastname string
name2Firstname string
name3Department string
postofficeBox string
street string
countryCode string
zipcode string
city string
email string
phone string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "partnerId" : 12345,
  "lines" : [ "...", "..." ],
  "salutation" : "...",
  "titel" : "...",
  "titelSuffix" : "...",
  "name1Lastname" : "...",
  "name2Firstname" : "...",
  "name3Department" : "...",
  "postofficeBox" : "...",
  "street" : "...",
  "countryCode" : "...",
  "zipcode" : "...",
  "city" : "...",
  "email" : "...",
  "phone" : "...",
  "id" : 12345
}