InvoiceEntryList Data Type

Properties
name data type description
entries array of InvoiceEntry Die Liste aller InvoiceEntry Einträge

Example

{
  "entries" : [ {
    "cnr" : "...",
    "customerName" : "...",
    "customerCity" : "...",
    "project" : "...",
    "grossValue" : 12345.0,
    "currency" : "...",
    "customerId" : 12345,
    "netValue" : 12345.0,
    "openGrossValue" : 12345.0,
    "status" : "NOTINITIALIZED",
    "customerEntry" : {
      "countryName" : "...",
      "name3" : "...",
      "street" : "...",
      "titlePrefix" : "...",
      "titlePostfix" : "...",
      "uid" : "...",
      "eori" : "...",
      "remark" : "...",
      "email" : "...",
      "website" : "...",
      "fax" : "...",
      "formattedCity" : "...",
      "pricelistCnr" : "...",
      "formattedSalutation" : "...",
      "partnerId" : 12345,
      "contactEntries" : { },
      "name1" : "...",
      "name2" : "...",
      "sign" : "...",
      "countryCode" : "...",
      "zipcode" : "...",
      "phone" : "...",
      "city" : "...",
      "deliveryAllowed" : true,
      "classification" : "...",
      "addressType" : "...",
      "representativeSign" : "...",
      "id" : 12345
    },
    "id" : 12345
  }, {
    "cnr" : "...",
    "customerName" : "...",
    "customerCity" : "...",
    "project" : "...",
    "grossValue" : 12345.0,
    "currency" : "...",
    "customerId" : 12345,
    "netValue" : 12345.0,
    "openGrossValue" : 12345.0,
    "status" : "NOTINITIALIZED",
    "customerEntry" : {
      "countryName" : "...",
      "name3" : "...",
      "street" : "...",
      "titlePrefix" : "...",
      "titlePostfix" : "...",
      "uid" : "...",
      "eori" : "...",
      "remark" : "...",
      "email" : "...",
      "website" : "...",
      "fax" : "...",
      "formattedCity" : "...",
      "pricelistCnr" : "...",
      "formattedSalutation" : "...",
      "partnerId" : 12345,
      "contactEntries" : { },
      "name1" : "...",
      "name2" : "...",
      "sign" : "...",
      "countryCode" : "...",
      "zipcode" : "...",
      "phone" : "...",
      "city" : "...",
      "deliveryAllowed" : true,
      "classification" : "...",
      "addressType" : "...",
      "representativeSign" : "...",
      "id" : 12345
    },
    "id" : 12345
  } ]
}