POST api/ApiReactMehriza/SubmitEditFoodSale
Request Information
URI Parameters
None.
Body Parameters
tbl_food| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 100 |
|
| buy | decimal number |
None. |
|
| darsadsood | integer |
None. |
|
| sale | decimal number |
None. |
|
| sort | integer |
None. |
|
| idfoodanaliz | string |
String length: inclusive between 0 and 500 |
|
| sizefoodanaliz | string |
String length: inclusive between 0 and 500 |
|
| kitchen1 | integer |
None. |
|
| kitchen2 | integer |
None. |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"buy": 1.0,
"darsadsood": 1,
"sale": 1.0,
"sort": 1,
"idfoodanaliz": "sample string 3",
"sizefoodanaliz": "sample string 4",
"kitchen1": 1,
"kitchen2": 1,
"isdelete": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.