POST api/ApiReactMehriza/SubmitTedadFoodDay
Request Information
URI Parameters
None.
Body Parameters
TedadFoodDayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idfoodanaliz_str | string |
None. |
|
| tedad_str | string |
None. |
|
| idkitchen | integer |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idfoodanaliz_str": "sample string 1",
"tedad_str": "sample string 2",
"idkitchen": 3,
"iduser": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.