POST api/ApiReactMehriza/SubmitNewAndEditAnbarItem
Request Information
URI Parameters
None.
Body Parameters
tbl_anbaritem| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 30 |
|
| unitbuy | string |
String length: inclusive between 0 and 20 |
|
| amountunitbuy | decimal number |
None. |
|
| unitanaliz | string |
String length: inclusive between 0 and 20 |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"unitbuy": "sample string 3",
"amountunitbuy": 1.0,
"unitanaliz": "sample string 4",
"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.