GET api/Menu?cellId={cellId}&pickup={pickup}&loadFavorites={loadFavorites}&loadFoodFightAsMenu={loadFoodFightAsMenu}

Returns the menu for a specific store

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cellId

4 character store code

string

Required

pickup

boolean flag from app to override lunchcart pickup flag in case menu load comes before pickup flag is updated

boolean

None.

loadFavorites

boolean flag indicating if favoritres should be populated in the menu

boolean

None.

loadFoodFightAsMenu

boolean flag indicating if food fight should be populated in the menu

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.