Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/public_sector/vouchers//cash_allowance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cash_withdrawal_allowed": true,
"cash_available": {
"cents": 100,
"currency": "EUR"
},
"allowance_calculation_type": "string",
"allowance_per_month": {
"cents": 100,
"currency": "EUR"
},
"allowance_percentage_of_load": 0,
"cashback_withdrawal_count_per_month": 0,
"cashback_withdrawal_count_remaining": 0,
"atm_withdrawal_count_per_month": 0,
"atm_withdrawal_count_remaining": 0
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}