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": "1992-03-25",
"payer": {
"title": "Excepteur",
"name": "Elta Bins",
"email": "[email protected]"
},
"items": [
{
"description": "proident in",
"amount": 36607.09263328004
},
{
"description": "dolor ad do officia ex",
"amount": 14270.11501783136
},
{
"description": "esse elit id no",
"amount": 3894.105037065321
},
{
"description": "veniam cillum elit",
"amount": 42864.66871782938
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'