POST api/ApiReactMehriza/SubmitNewAndEditKitchen
Request Information
URI Parameters
None.
Body Parameters
tbl_kitchen| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 25 |
|
| tozih | string |
String length: inclusive between 0 and 50 |
|
| tel | string |
String length: inclusive between 0 and 15 |
|
| isdelete | integer |
None. |
|
| anbar | decimal number |
None. |
|
| tajhizat | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"tozih": "sample string 3",
"tel": "sample string 4",
"isdelete": 1,
"anbar": 1.0,
"tajhizat": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.