POST Data/SaveNewIngredient

Request Information

URI Parameters

None.

Body Parameters

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

integer

Response Formats

application/json, text/json

Sample:
1