curl --request GET \
--url https://{host}/mealvoucher/api/statutories/{statutoryId}/general-parameters \
--header 'Authorization: <authorization>'{
"currentVoucherAmount": {
"voucherAmount": 123,
"voucherCoveredAmount": 123
}
}Retrieve all general parameters of a specific statutory
curl --request GET \
--url https://{host}/mealvoucher/api/statutories/{statutoryId}/general-parameters \
--header 'Authorization: <authorization>'{
"currentVoucherAmount": {
"voucherAmount": 123,
"voucherCoveredAmount": 123
}
}Was this page helpful?