Daily Menu Product
Danger
API for Daily Menu Product is unstable - the schema may change in the future.
Daily Menu Product schema
id long?
Daily menu product ID - cannot be null in PUT/PATCH methods
📶 EQUALS,ENUM
_cloudId long
Cloud ID
_dailyMenuId long
Daily menu ID
📶 EQUALS,ENUM
_productId long
Product ID
📶 EQUALS,ENUM
deleted boolean
Daily menu product deleted
📶 EQUALS,ENUM
note string?
Daily menu product note
prefix string(10)
dialy menu product prefix
validFrom 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
JSON response
{
"_cloudId": <integer>,
"_dailyMenuId": <long>,
"_productId": <long>,
"deleted": <boolean>,
"id": <long>,
"note": <string>,
"prefix": <string>,
"validFrom": <timestamp>,
"validUntil": <timestamp>,
"versionDate": <timestamp>
}
Get daily menu products
GET https://api.dotykacka.cz/v2/clouds/:cloudId/daily-menu-products
Path Parameters
| Name | Type | Description |
|---|---|---|
| cloudId* | integer |
Header Parameters
| Name | Type | Description |
|---|---|---|
| Authorization* | string | Bearer accessToken |
Query Parameters
| Name | Type | Description |
|---|---|---|
| sort | string | |
| filter | string | |
| page | string | |
| limit | string |
Responses
{
// Response
}
Get daily menu product
GET https://api.dotykacka.cz/v2/clouds/:cloudId/daily-menu-products/:dailyMenuProductId
Path Parameters
| Name | Type | Description |
|---|---|---|
| cloudId* | integer | |
| dailyMenuProductId* | integer |
Header Parameters
| Name | Type | Description |
|---|---|---|
| Authorization* | string | Bearer accessToken |
Responses
{
// Response
}
Options daily menu products
OPTIONS https://api.dotykacka.cz/v2/clouds/:cloudId/daily-menu-products
Path Parameters
| Name | Type | Description |
|---|---|---|
| cloudId* | integer |
Header Parameters
| Name | Type | Description |
|---|---|---|
| Authorization* | string | Bearer accessToken |
Responses
{
// Response
}
Options daily menu product
OPTIONS https://api.dotykacka.cz/v2/clouds/:cloudId/daily-menu-products/:dailyMenuProductId
Path Parameters
| Name | Type | Description |
|---|---|---|
| cloudId* | integer | |
| dailyMenuProductId* | integer |
Header Parameters
| Name | Type | Description |
|---|---|---|
| Authorization* | string | Bearer accessToken |
Responses
{
// Response
}