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": [
                "06:39 - 11:45",
                "06:39 - 11:45",
                "06:39 - 11:45"
            ]
        },
        {
            "days": "5",
            "times": [
                "07:18 - 20:14",
                "07:18 - 20:14",
                "07:18 - 20:14"
            ]
        },
        {
            "days": "5",
            "times": [
                "09:14 - 15:55",
                "09:14 - 15:55",
                "09:14 - 15:55"
            ]
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.4.0 stable