Initial commit
This commit is contained in:
36
Docker Backend/test-generate-with-envelopes.json
Normal file
36
Docker Backend/test-generate-with-envelopes.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"orderNumber": "SK-2026-01-02-002",
|
||||
"config": {
|
||||
"font": "tilda",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"envelopes": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "c6",
|
||||
"font": "tilda",
|
||||
"type": "recipient",
|
||||
"data": {
|
||||
"Vorname": "Thomas",
|
||||
"Nachname": "Müller",
|
||||
"Strasse": "Lindenweg 12",
|
||||
"PLZ": "50667",
|
||||
"Ort": "Köln"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user