POST api/ApiReactMehriza/SubmitNewAndEditChek
Request Information
URI Parameters
None.
Body Parameters
tbl_cheks| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| date | string |
String length: inclusive between 0 and 15 |
|
| bank | string |
String length: inclusive between 0 and 30 |
|
| saderkonandeh | string |
String length: inclusive between 0 and 50 |
|
| mablagh | decimal number |
None. |
|
| idseller | integer |
None. |
|
| girandeh | string |
String length: inclusive between 0 and 100 |
|
| tozih | string |
String length: inclusive between 0 and 300 |
|
| datepass | string |
String length: inclusive between 0 and 15 |
|
| isdelete | integer |
None. |
|
| idsharemali | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"date": "sample string 2",
"bank": "sample string 3",
"saderkonandeh": "sample string 4",
"mablagh": 1.0,
"idseller": 1,
"girandeh": "sample string 5",
"tozih": "sample string 6",
"datepass": "sample string 7",
"isdelete": 1,
"idsharemali": 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.