POST api/Orders/user/{userId}/ChangeOrderQuantity/{orderId}?newQty={newQty}
Customer/Vendor wants to change the quantity of the order before task state reaches to ProductionComplete and after order placed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId |
Order Id |
integer |
Required |
| newQty |
New quantity to be changed to |
integer |
Required |
| userId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.