POST Data/SaveNewIngredient
Request Information
URI Parameters
None.
Body Parameters
FoodType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Category | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Category": 2,
"Type": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1