Allergen

Request

Fields when send to the api inside a request.

Field Type Description
id Int Id of the allergen
name String Name of the allergen (translated)

Response

Fields when returned by the api in a response.

Field Type Description
id Int Id of the allergen
name String Name of the allergen (translated)

All available allergens

The available allergens are defined below.

Allergen ID Name
1 Gluten
2 Crustaceans
3 Egg
4 Fish
5 Peanut
6 Soy
7 Milk
8 Nuts
9 Celery
10 Mustard
11 Sesame
12 Sulphite
13 Lupine
14 Mollusc
15 Lactose

Examples

Example 1

{
    "id": 19,
    "name": "Lupine"
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.7.0 stable