POST api/ApiReactMehriza/SubmitNewAndEditUser
Request Information
URI Parameters
None.
Body Parameters
tbl_user| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| role_en | string |
String length: inclusive between 0 and 30 |
|
| role_fa | string |
String length: inclusive between 0 and 30 |
|
| name | string |
String length: inclusive between 0 and 30 |
|
| family | string |
String length: inclusive between 0 and 30 |
|
| kitchen | string |
String length: inclusive between 0 and 25 |
|
| idkitchen | integer |
None. |
|
| mobile | string |
String length: inclusive between 0 and 11 |
|
| password | string |
String length: inclusive between 0 and 15 |
|
| mojoodi | decimal number |
None. |
|
| pos | decimal number |
None. |
|
| naghdi | decimal number |
None. |
|
| bank | decimal number |
None. |
|
| mobileinfo | string |
String length: inclusive between 0 and 100 |
|
| rownumshow | integer |
None. |
|
| city | string |
String length: inclusive between 0 and 20 |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"role_en": "sample string 2",
"role_fa": "sample string 3",
"name": "sample string 4",
"family": "sample string 5",
"kitchen": "sample string 6",
"idkitchen": 1,
"mobile": "sample string 7",
"password": "sample string 8",
"mojoodi": 1.0,
"pos": 1.0,
"naghdi": 1.0,
"bank": 1.0,
"mobileinfo": "sample string 9",
"rownumshow": 1,
"city": "sample string 10",
"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.