Paste these commands into your terminal to run a script
that will generate a new PDF.
curl -fSL "https://sync.api.docspring.com/api/v1/templates/tpl_TrmdePAbxjKpbs2s93/submissions" \
-u "api_test_z9F4keTFADRyXf6JcA:qEm6Xbf7xXFnGxxFT5R7MzhYkAfJbmjkAa637jhRtq" \
-d '{
"data": {
"date": "2020-11-02",
"payer": {
"title": "reprehenderit ipsum sit",
"name": "Brain Bins III",
"email": "[email protected]"
},
"items": [
{
"description": "tempor aute fugiat labore",
"amount": 37823.56255691301
},
{
"description": "reprehenderit",
"amount": 29699.74706137699
},
{
"description": "do ea labore quis",
"amount": 7716.141196576698
},
{
"description": "elit enim",
"amount": 3379.07186961327
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'