POST api/ApiReactMehriza/SubmitNewTarakoneh
Request Information
URI Parameters
None.
Body Parameters
NewTarakoneshModel| Name | Description | Type | Additional information |
|---|---|---|---|
| op | string |
None. |
|
| idtbl | integer |
None. |
|
| tbl | string |
None. |
|
| date | string |
None. |
|
| mablagh | decimal number |
None. |
|
| tozih | string |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"op": "sample string 1",
"idtbl": 2,
"tbl": "sample string 3",
"date": "sample string 4",
"mablagh": 5.0,
"tozih": "sample string 6",
"iduser": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.