Comment on page
Daily Menu
API for Daily Menu is unstable - the schema may change in the future.
id
long?
Daily menu ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
deleted
boolean
Daily menu deleted
📶 EQUALS
,ENUM
footer
string?
Text of menu menu footerheader
string?
Text of menu headervalidFrom
timestamp
Menu is available from this date and time
📶 EQUALS
,ENUM
,NUMBER
🔽 BOTH
validUntil
timestamp
Menu is available until this date and time
📶 EQUALS
,ENUM
,NUMBER
versionDate
timestamp?
Last modification date and time
📶 EQUALS
,ENUM
,NUMBER
{
"_cloudId": <integer>,
"deleted": <boolean,
"footer": <string>,
"header": <string>,
"id": <long>,
"validFrom": <timestamp>,
"validUntil": <timestamp>,
"versionDate": <timestamp>
}
Last modified 10mo ago