Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
meta {
|
||||
name: 4 Preview Batch - Custom Envelope Text
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/preview/batch
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"sessionId": "{{sessionId}}-custom",
|
||||
"batchIndex": 0,
|
||||
"config": {
|
||||
"font": "ellie",
|
||||
"letters": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "a6l",
|
||||
"text": "Alles Gute zum Geburtstag!",
|
||||
"placeholders": {}
|
||||
}
|
||||
],
|
||||
"envelopes": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "din_lang",
|
||||
"type": "custom",
|
||||
"data": {
|
||||
"customText": "Für meine großartige Freundin Caro"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user