GET api/DailyPurchaseDetails/GetFinalQtyInPurchaseByDateandProductId?InputDate={InputDate}&ProductId={ProductId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InputDate | string |
Required |
|
| ProductId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DailyPurchaseDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PurchaseDate | string |
None. |
|
| SupplierId | integer |
None. |
|
| Supplier | string |
None. |
|
| ProductId | integer |
None. |
|
| Product | string |
None. |
|
| TotalLiters | decimal number |
None. |
|
| LeakageQty | decimal number |
None. |
|
| ReturnQty | decimal number |
None. |
|
| FinalQty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| TotalAmt | decimal number |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| sum_FinalQty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"PurchaseDate": "sample string 2",
"SupplierId": 3,
"Supplier": "sample string 4",
"ProductId": 5,
"Product": "sample string 6",
"TotalLiters": 7.0,
"LeakageQty": 8.0,
"ReturnQty": 9.0,
"FinalQty": 10.0,
"Rate": 11.0,
"TotalAmt": 12.0,
"CreatedDate": "sample string 13",
"CreatedBy": "sample string 14",
"UpdatedDate": "sample string 15",
"UpdatedBy": "sample string 16",
"sum_FinalQty": 17.0
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"PurchaseDate":"sample string 2","SupplierId":3,"Supplier":"sample string 4","ProductId":5,"Product":"sample string 6","TotalLiters":7.0,"LeakageQty":8.0,"ReturnQty":9.0,"FinalQty":10.0,"Rate":11.0,"TotalAmt":12.0,"CreatedDate":"sample string 13","CreatedBy":"sample string 14","UpdatedDate":"sample string 15","UpdatedBy":"sample string 16","sum_FinalQty":17.0}