Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com//api/load_orders//entries/bulk' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "all_or_nothing",
"entries" : [
{ "voucher_token" : "195372295", "amount" : { "cents" : 1000 } }
]
}'{
"meta": null,
"data": [
{
"id": "string",
"voucher": {
"id": "string",
"type": "string",
"token": "string"
},
"amount": {
"cents": 0,
"currency": "EUR"
}
}
],
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}