POST Data/SaveIngredientsList
Request Information
URI Parameters
None.
Body Parameters
Collection of RecipeIngredient| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RecipeId | integer |
None. |
|
| FoodCategoryId | integer |
None. |
|
| Category | string |
None. |
|
| FoodTypeId | integer |
None. |
|
| FoodType | string |
None. |
|
| MeasureAmountId | integer |
None. |
|
| MeasureAmount | string |
None. |
|
| MeasureTypeId | integer |
None. |
|
| MeasureType | string |
None. |
|
| Conversion | string |
None. |
|
| WhereToBuy | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RecipeId": 2,
"FoodCategoryId": 3,
"Category": "sample string 4",
"FoodTypeId": 5,
"FoodType": "sample string 6",
"MeasureAmountId": 7,
"MeasureAmount": "sample string 8",
"MeasureTypeId": 9,
"MeasureType": "sample string 10",
"Conversion": "sample string 11",
"WhereToBuy": "sample string 12"
},
{
"Id": 1,
"RecipeId": 2,
"FoodCategoryId": 3,
"Category": "sample string 4",
"FoodTypeId": 5,
"FoodType": "sample string 6",
"MeasureAmountId": 7,
"MeasureAmount": "sample string 8",
"MeasureTypeId": 9,
"MeasureType": "sample string 10",
"Conversion": "sample string 11",
"WhereToBuy": "sample string 12"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1