GET api/v{version}/cafe/menus/{from}/dish/{id}
Get a dish from a menu.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Id of the di to find in the menu. |
integer |
Required |
| from |
The start date of a query. Accepts a date string in the ISO 8601 format - yyyy-MM-dd. Ex: 2018-02-14 |
date |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
A single DishDto object.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.