Files
neben-brief/rechnung/rechnung-sample-input.json
2023-03-12 19:12:16 +01:00

9 lines
274 B
JSON

{
"billingNo": "2023-1",
"project": "-",
"receipient": "Herrn Max Mustermann\\\\Dingsstr.\\ 1\\\\12345 Dorf",
"salutation": "Hallo Max",
"entries": [
{ "no": 1, "date": "01.01.2023", "description": "Bla1", "count": 2, "unitprice": 110.0 }
]
}