Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
save_mode | string | NONE | REQUIRED, can be 0, 1, all_or_nothing or best_effort |
entries | array | NONE | REQUIRED |
voucher_category | string | NONE | OPTIONAL, defaults to mixed, can be mixed, unlimited, benefit_in_kind, lunch and public_sector |
curl --location --request POST 'https://www-staging.givve.com/api/scheduled_load_orders/yearly_bulk' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "some text",
entries: []
}'
{}