37 lines
716 B
JSON
37 lines
716 B
JSON
{
|
|
"creditor": {
|
|
"iban": "CH4431999123000889012",
|
|
"address": {
|
|
"name": "Muster AG",
|
|
"street": "Musterstrasse",
|
|
"buildingNumber": "123",
|
|
"postalCode": "8000",
|
|
"city": "Zürich",
|
|
"country": "CH"
|
|
}
|
|
},
|
|
"amount": 1949.75,
|
|
"currency": "CHF",
|
|
"reference": {
|
|
"type": "QRR",
|
|
"value": "210000000003139471430009017"
|
|
},
|
|
"debtor": {
|
|
"address": {
|
|
"name": "Hans Kunde",
|
|
"street": "Kundenweg",
|
|
"buildingNumber": "42",
|
|
"postalCode": "3000",
|
|
"city": "Bern",
|
|
"country": "CH"
|
|
}
|
|
},
|
|
"additionalInformation": {
|
|
"message": "Rechnung Nr. 2025-001234"
|
|
},
|
|
"options": {
|
|
"language": "de",
|
|
"separate": true
|
|
}
|
|
}
|