oms-Billing/tests/Models/bills/10.json
Dennis Eichhorn 0722a5dea0
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

26 lines
570 B
JSON

{
"invoice_number": "12345",
"grossSales": 11200000,
"netSales": 11200000,
"tax_amount": 0,
"tax_rate": 0,
"bill_date": "",
"delivery_date": "",
"service_date": "",
"due_date": "",
"vat_id": "",
"tax_id": "",
"address": {
"name": "",
"address": "",
"city": "",
"country": ""
},
"iban": "DE34233004333401",
"elements": [],
"language": "de",
"currency": "EUR",
"email": "mail@musterfirma.com",
"website": "www.musterfirma.com",
"phone": "(+49) 1234/98 76 54"
}