POST api/DailyDeliveryDetails/UpdateQty?CustomerId={CustomerId}&ProductId={ProductId}&Qty={Qty}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

ProductId

integer

Required

Qty

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.