MethodHours

Contains the opening hours for a given takeout method, vending machine...

Field Type Description
name String Translated name of this takeout method or machine
description String? Nullable. A String value
type String String enumarion of 'open', 'takeout', 'delivery', 'latch'
hours [Hours] Array of Hours

Examples

Example 1

{
    "name": "...",
    "description": "...",
    "type": "open",
    "hours": [
        {
            "days": "5",
            "times": [
                "08:16 - 12:17",
                "08:16 - 12:17",
                "08:16 - 12:17"
            ]
        },
        {
            "days": "5",
            "times": [
                "06:24 - 21:36",
                "06:24 - 21:36",
                "06:24 - 21:36"
            ]
        },
        {
            "days": "5",
            "times": [
                "08:13 - 18:39",
                "08:13 - 18:39",
                "08:13 - 18:39"
            ]
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.3.0 stable