Daily Menu Product
API for Daily Menu Product is unstable - the schema may change in the future.
id
long?
Daily menu product ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_cloudId
long
Cloud IDdeleted
boolean
Daily menu product deleted
📶 EQUALS
,ENUM
note
string?
Daily menu product noteprefix
string(10)
dialy menu product prefixvalidFrom
timestamp
Product is available from this date and time
📶 EQUALS
,ENUM
,NUMBER
🔽 BOTH
validUntil
timestamp
Product is available until this date and time
📶 EQUALS
,ENUM
,NUMBER
versionDate
timestamp?
Last modification date and time
📶 EQUALS
,ENUM
,NUMBER
{
"_cloudId": <integer>,
"_dailyMenuId": <long>,
"_productId": <long>,
"deleted": <boolean>,
"id": <long>,
"note": <string>,
"prefix": <string>,
"validFrom": <timestamp>,
"validUntil": <timestamp>,
"versionDate": <timestamp>
}
Last modified 8mo ago