POST api/ApiReactSghz/SubmitNewEditAccount
Request Information
URI Parameters
None.
Body Parameters
tbl_accounts| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sahesab | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 25 |
|
| family | string |
String length: inclusive between 0 and 30 |
|
| gender | integer |
None. |
|
| pedar | string |
String length: inclusive between 0 and 20 |
|
| codemelli | string |
String length: inclusive between 0 and 10 |
|
| tel | string |
String length: inclusive between 0 and 15 |
|
| mobile | string |
String length: inclusive between 0 and 15 |
|
| address | string |
String length: inclusive between 0 and 200 |
|
| contents | string |
String length: inclusive between 0 and 150 |
|
| mojoodiasli | decimal number |
None. |
|
| mojoodimasdoodi | decimal number |
None. |
|
| isvamasli | integer |
None. |
|
| isvammasdoodi | integer |
None. |
|
| emtiaz | integer |
None. |
|
| isdelete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sahesab": 1,
"name": "sample string 2",
"family": "sample string 3",
"gender": 1,
"pedar": "sample string 4",
"codemelli": "sample string 5",
"tel": "sample string 6",
"mobile": "sample string 7",
"address": "sample string 8",
"contents": "sample string 9",
"mojoodiasli": 1.0,
"mojoodimasdoodi": 1.0,
"isvamasli": 1,
"isvammasdoodi": 1,
"emtiaz": 1,
"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.