| name | data type | description |
|---|---|---|
| cnr | string | Die Rechnungsnummer |
| customerName | string | Der Kundenname |
| customerCity | string | Der Ort im Format " |
| project | string | |
| grossValue | number | Der Bruttobetrag der Rechnung |
| currency | string | Die Währung in der die Rechnung ausgestellt ist |
| customerId | number | Die Id des Rechnungskunden |
| netValue | number | Der Nettobetrag der Rechnung |
| openGrossValue | number | Der noch offene Bruttobetrag der Rechnung |
| status | InvoiceDocumentStatus | Der Rechnungsstatus
NEW ("Angelegt"), OPEN ("Offen"), DONE ("Erledigt"), CANCELLED ("storniert"), PARTLYCLEARED ("Teilbezahlt"), CLEARED ("Bezahlt") |
| customerEntry | CustomerDetailEntry | Die Kundendetaildaten sofern explizit angefordert |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"cnr" : "...",
"customerName" : "...",
"customerCity" : "...",
"project" : "...",
"grossValue" : 12345.0,
"currency" : "...",
"customerId" : 12345,
"netValue" : 12345.0,
"openGrossValue" : 12345.0,
"status" : "OPEN",
"customerEntry" : {
"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
},
"id" : 12345
}