POST api/Order/UpdateGrandTotalByOrderId?SubTotal={SubTotal}&GrandTotal={GrandTotal}&orderId={orderId}&Difference={Difference}&TotalSaving={TotalSaving}&Disc={Disc}&Remark={Remark}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SubTotal | decimal number |
Required |
|
| GrandTotal | decimal number |
Required |
|
| orderId | integer |
Required |
|
| Difference | decimal number |
Required |
|
| TotalSaving | decimal number |
Required |
|
| Disc | decimal number |
Required |
|
| Remark | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.