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": "2016-09-14",
"payer": {
"title": "in exercitation",
"name": "Zander O'Reilly",
"email": "[email protected]"
},
"items": [
{
"description": "officia ea in",
"amount": 9470.59132920145
},
{
"description": "sit sed proident officia",
"amount": 47104.71723103493
},
{
"description": "labore exercitation ullamco sit",
"amount": 34841.89107271978
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'