GET
/
mealvoucher
/
api
/
statutories
/
{statutoryId}
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/mealvoucher/api/statutories/{statutoryId}
{
  "id": "8310b1ad-7145-4dfa-a980-89418f43957f",
  "name": "Lucca Brest"
}

Path Parameters

statutoryId
string
required

Unique identifier of the statutory

Response

200
application/json
OK
id
string

Unique Identifier of the statutory

name
string

Name of the statutory

Minimum length: 1