GET api/v{version}/cafe/menus/{from}/dish/{id}

Get a dish from a menu.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.