POST api/ApiReactKheirieh/SubmitNewAndEditFoodBox

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.