POST api/ApiReactMehriza/SubmitEditFixdCost
Request Information
URI Parameters
None.
Body Parameters
tbl_fixdcost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| avamel | decimal number |
None. |
|
| energy | decimal number |
None. |
|
| bimeh | decimal number |
None. |
|
| tax | decimal number |
None. |
|
| tedadaghlam | integer |
None. |
|
| day | integer |
None. |
|
| fixdcost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"avamel": 1.0,
"energy": 1.0,
"bimeh": 1.0,
"tax": 1.0,
"tedadaghlam": 1,
"day": 1,
"fixdcost": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.