POST api/ApiReactKheirieh/SubmitNewAndEditFoodBox
Request Information
URI Parameters
None.
Body Parameters
tbl_foodbox| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nameboxfood | string |
String length: inclusive between 0 and 50 |
|
| madadjoogifted | integer |
None. |
|
| kolgifted | integer |
None. |
|
| date | string |
String length: inclusive between 0 and 15 |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"nameboxfood": "sample string 2",
"madadjoogifted": 1,
"kolgifted": 1,
"date": "sample string 3",
"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.