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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.