CustomerDetailLoggedOnEntry Data Type

Properties
name data type description
detailEntry CustomerDetailEntry Die Kunden-Detaildaten
accountEntry PartnerEntry Der "Ansprechpartner" auf Seiten des Kunden
representativeEntry PartnerEntry

Example

{
  "detailEntry" : {
    "countryName" : "...",
    "name3" : "...",
    "street" : "...",
    "titlePrefix" : "...",
    "titlePostfix" : "...",
    "uid" : "...",
    "eori" : "...",
    "remark" : "...",
    "email" : "...",
    "website" : "...",
    "fax" : "...",
    "formattedCity" : "...",
    "pricelistCnr" : "...",
    "formattedSalutation" : "...",
    "partnerId" : 12345,
    "contactEntries" : {
      "contactEntries" : [ { }, { } ]
    },
    "name1" : "...",
    "name2" : "...",
    "sign" : "...",
    "countryCode" : "...",
    "zipcode" : "...",
    "phone" : "...",
    "city" : "...",
    "deliveryAllowed" : true,
    "classification" : "...",
    "addressType" : "...",
    "representativeSign" : "...",
    "id" : 12345
  },
  "accountEntry" : {
    "addressType" : "...",
    "name1" : "...",
    "name2" : "...",
    "name3" : "...",
    "street" : "...",
    "sign" : "...",
    "titlePrefix" : "...",
    "titlePostfix" : "...",
    "countryCode" : "...",
    "countryName" : "...",
    "zipcode" : "...",
    "phone" : "...",
    "city" : "...",
    "uid" : "...",
    "eori" : "...",
    "remark" : "...",
    "email" : "...",
    "website" : "...",
    "fax" : "...",
    "formattedCity" : "...",
    "formattedSalutation" : "...",
    "partnerId" : 12345,
    "contactEntries" : {
      "contactEntries" : [ { }, { } ]
    }
  },
  "representativeEntry" : {
    "addressType" : "...",
    "name1" : "...",
    "name2" : "...",
    "name3" : "...",
    "street" : "...",
    "sign" : "...",
    "titlePrefix" : "...",
    "titlePostfix" : "...",
    "countryCode" : "...",
    "countryName" : "...",
    "zipcode" : "...",
    "phone" : "...",
    "city" : "...",
    "uid" : "...",
    "eori" : "...",
    "remark" : "...",
    "email" : "...",
    "website" : "...",
    "fax" : "...",
    "formattedCity" : "...",
    "formattedSalutation" : "...",
    "partnerId" : 12345,
    "contactEntries" : {
      "contactEntries" : [ { }, { } ]
    }
  }
}