POST api/ApiReactMehriza/SubmitEnteghalVajh
Request Information
URI Parameters
None.
Body Parameters
EnteghalVajhModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idazbank | integer |
None. |
|
| idbebank | integer |
None. |
|
| date | string |
None. |
|
| mablagh | decimal number |
None. |
|
| tozih | string |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idazbank": 1,
"idbebank": 2,
"date": "sample string 3",
"mablagh": 4.0,
"tozih": "sample string 5",
"iduser": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.