cURL
curl --request GET \ --url https://{host}/mealvoucher/api/statutories/{statutoryId}/general-parameters \ --header 'Authorization: <authorization>'
{ "establishmentConfigurations": [ { "id": "fc7de2d4-4ecb-40b0-9d52-8e6540f6dbae", "establishmentId": 1, "name": "Lucca FR", "currencySymbol": "€", "startsOn": "2021-03-01T00:00:00", "endsOn": null } ], "currentVoucherAmount": { "id": "6d8d98a2-1de2-4f94-a94a-b70d39ed1e25", "effectiveDate": "2021-03-01T00:00:00", "voucherAmount": 10, "voucherCoveredAmount": 6 } }
Retrieve all general parameters of a specific statutory
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Unique identifier of the statutory
OK
The response is of type object.
object
Was this page helpful?