Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
voucher_id | entry | string | OPTIONAL |
amount[cents] | money | NONE | OPTIONAL |
curl --location --request PUT 'https://www-staging.givve.com/api/scheduled_load_orders//entries/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucher_id": "string",
"amount": {
"cents": 0
}
}'
{}