Initial commit
This commit is contained in:
52
Docker Backend/test-order-direct.json
Normal file
52
Docker Backend/test-order-direct.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"orderNumber": "SK-2026-01-02-003",
|
||||
"letters": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "a4",
|
||||
"font": "tilda",
|
||||
"text": "Sehr geehrte/r [[Vorname]] [[Nachname]],\n\nvielen Dank für Ihre Bestellung!\n\nMit freundlichen Grüßen",
|
||||
"placeholders": {
|
||||
"Vorname": "Thomas",
|
||||
"Nachname": "Müller",
|
||||
"Strasse": "Lindenweg 12",
|
||||
"PLZ": "50667",
|
||||
"Ort": "Köln"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"format": "a6p",
|
||||
"font": "alva",
|
||||
"text": "Hallo [[Vorname]]!\n\nSchöne Grüße!",
|
||||
"placeholders": {
|
||||
"Vorname": "Sarah",
|
||||
"Nachname": "Fischer"
|
||||
}
|
||||
}
|
||||
],
|
||||
"envelopes": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "c6",
|
||||
"font": "tilda",
|
||||
"type": "recipient",
|
||||
"data": {
|
||||
"Vorname": "Thomas",
|
||||
"Nachname": "Müller",
|
||||
"Strasse": "Lindenweg 12",
|
||||
"PLZ": "50667",
|
||||
"Ort": "Köln"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"format": "din_lang",
|
||||
"font": "alva",
|
||||
"type": "custom",
|
||||
"data": {
|
||||
"customText": "Für Sarah - Alles Gute!"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user