POST api/ApiReactMehriza/SubmitNewAndEditBank
Request Information
URI Parameters
None.
Body Parameters
tbl_bank| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| isdelete | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 50 |
|
| op | string |
String length: inclusive between 0 and 20 |
|
| idseller | integer |
None. |
|
| ispos | integer |
None. |
|
| mojoodi | decimal number |
None. |
|
| iduser | integer |
None. |
|
| showandroid | string |
String length: inclusive between 0 and 30 |
|
| sort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"isdelete": 1,
"name": "sample string 2",
"op": "sample string 3",
"idseller": 1,
"ispos": 1,
"mojoodi": 1.0,
"iduser": 1,
"showandroid": "sample string 4",
"sort": 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.