PurchaseOrderEntry Data Type

Properties
name data type description
cnr string Die Bestellnummer
supplierId number Die Id des Lieferanten - bei dem die Bestellung aufgegeben worden ist.
status PurchaseOrderStatus Der Status der Bestellung
supplierEntry SupplierDetailEntry Die Lieferantendetaildaten sofern explizit angefordert
supplierName string Der Lieferantenname
supplierCity string Der Ort im Format "- ", also zum Beispiel "AT-5301 Eugendorf"
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "cnr" : "...",
  "supplierId" : 12345,
  "status" : "CONFIRMED",
  "supplierEntry" : {
    "name1" : "...",
    "name2" : "...",
    "name3" : "...",
    "sign" : "...",
    "countryCode" : "...",
    "zipcode" : "...",
    "phone" : "...",
    "city" : "...",
    "addressType" : "...",
    "countryName" : "...",
    "street" : "...",
    "titlePrefix" : "...",
    "titlePostfix" : "...",
    "uid" : "...",
    "eori" : "...",
    "remark" : "...",
    "email" : "...",
    "website" : "...",
    "fax" : "...",
    "formattedCity" : "...",
    "formattedSalutation" : "...",
    "partnerId" : 12345,
    "contactEntries" : {
      "contactEntries" : [ { }, { } ]
    },
    "id" : 12345
  },
  "supplierName" : "...",
  "supplierCity" : "...",
  "id" : 12345
}