POST api/ApiReactKheirieh/SubmitNewAndEditBoxGift
Request Information
URI Parameters
None.
Body Parameters
tbl_box| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| namebox | string |
String length: inclusive between 0 and 100 |
|
| az | integer |
None. |
|
| ta | integer |
None. |
|
| tedadgifted | integer |
None. |
|
| isaghlam | integer |
None. |
|
| date | string |
String length: inclusive between 0 and 30 |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"namebox": "sample string 2",
"az": 1,
"ta": 1,
"tedadgifted": 1,
"isaghlam": 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.