Files
neben-brief/rechnung/rechnung-sample-input.json
2023-02-27 13:01:15 +01:00

8 lines
254 B
JSON

{
"billingNo": "2023-1",
"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 }
]
}