curl --request GET \
--url https://{host}/mealvoucher/api/computations/{computationId}/details \
--header 'Authorization: <authorization>'{
"items": [
{
"user": {
"id": 1
},
"deliveredMealVouchers": 1
}
]
}A computation’s details indicate the number of meal voucher to be given to each employee subject to the applicable statutory.
curl --request GET \
--url https://{host}/mealvoucher/api/computations/{computationId}/details \
--header 'Authorization: <authorization>'{
"items": [
{
"user": {
"id": 1
},
"deliveredMealVouchers": 1
}
]
}API key. Value must be formatted like so: lucca application={api_key}.
Unique identifier of the computation
fields is used to select specific properties
user, deliveredMealVouchers Page size
1 <= x <= 10Return total items count (across all pages).
prev, next, count OK
Show child attributes
Was this page helpful?