First commit
This commit is contained in:
36
test-request.json
Normal file
36
test-request.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user