POST api/Lunchcart/AddProductToMeal?lunchcartId={lunchcartId}&mealGroupName={mealGroupName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lunchcartId | string |
Required |
|
| mealGroupName | string |
Required |
Body Parameters
DtoProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Quantity | integer |
None. |
|
| ProductHash | string |
None. |
|
| ProductRelationHash | string |
None. |
|
| ProductVariantHash | string |
None. |
|
| RelationId | integer |
None. |
|
| VariantId | integer |
None. |
|
| ProductGuid | string |
None. |
|
| LunchcartItemHash | string |
None. |
|
| CommonProductId | string |
None. |
|
| ParentProductId | string |
None. |
|
| ProductTypeId | integer |
None. |
|
| ProductSubType | string |
None. |
|
| ProductSizeDescription | string |
None. |
|
| MenuGroupId | integer |
None. |
|
| MenuGroupName | string |
None. |
|
| MenuGroupPosition | integer |
None. |
|
| FavoriteProductHash | string |
None. |
|
| Name | string |
None. |
|
| MenuDisplayName | string |
None. |
|
| OrderSummaryName | string |
None. |
|
| Price | decimal number |
None. |
|
| BasePrice | decimal number |
None. |
|
| Description | string |
None. |
|
| ImageId | integer |
None. |
|
| ImageUrl | string |
None. |
|
| ImageUrl2 | string |
None. |
|
| LgImageUrl | string |
None. |
|
| MegaImageUrl | string |
None. |
|
| CalloutImageUrl | string |
None. |
|
| CalloutImagePosition | DtoProduct+ImagePosition |
None. |
|
| IsFavorite | boolean |
None. |
|
| IsEdited | boolean |
None. |
|
| IsReadOnly | boolean |
None. |
|
| IsEditorEnabled | boolean |
None. |
|
| IsInlineEditorEnabled | boolean |
None. |
|
| EditDescription | string |
None. |
|
| RecipeDescription | string |
None. |
|
| Nutrition | DtoNutrition |
None. |
|
| StaticNutrition | boolean |
None. |
|
| ShowNutrition | boolean |
None. |
|
| PagerNameRequired | boolean |
None. |
|
| PagerRequired | boolean |
None. |
|
| HotFlag | boolean |
None. |
|
| NoMeatFlag | boolean |
None. |
|
| VeganFlag | boolean |
None. |
|
| VegeFlag | boolean |
None. |
|
| IsValid | boolean |
None. |
|
| ProductAttributeTypes | Collection of DtoProductAttributeType |
None. |
|
| IngredientList | Collection of DtoIngredient |
None. |
|
| InternalUse | boolean |
None. |
|
| ShareURL | string |
None. |
|
| AppliedCombinedFilters | Collection of DtoCombinedMenuFilter |
None. |
|
| ProductTypeSingularName | string |
None. |
|
| PopularityRank | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| DynamicImageUrl | string |
None. |
|
| FoodFightPlace | integer |
None. |
|
| FoodFightVotes | integer |
None. |
|
| DisplayForTime | boolean |
None. |
|
| HasEditOption | boolean |
None. |
|
| FriendlyNameWithSizeDescription | string |
None. |
|
| ChildProductList | Collection of DtoChildProduct |
None. |
|
| ExtraProductImages | Collection of string |
None. |
|
| MealGroupId | integer |
None. |
|
| MealGroupName | string |
None. |
|
| PackageEditOption | boolean |
None. |
|
| VariantSelectorText | string |
None. |
|
| ProductGroupId | integer |
None. |
|
| IsDuoItem | boolean |
None. |
|
| SpecialInstructions | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.