POST api/ApiReactMehriza/SubmitBargashtiBeCustomer
Request Information
URI Parameters
None.
Body Parameters
VariziCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idcustomer | integer |
None. |
|
| idbank | integer |
None. |
|
| date | string |
None. |
|
| mablagh | decimal number |
None. |
|
| tozih | string |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idcustomer": 1,
"idbank": 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.