GET api/SellingDet?StoreID={StoreID}&ItemID={ItemID}&CustomerID={CustomerID}&fromDate={fromDate}&toDate={toDate}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StoreID | No documentation available. |
Define this parameter in the request URI. |
| ItemID | No documentation available. |
Define this parameter in the request URI. |
| CustomerID | No documentation available. |
Define this parameter in the request URI. |
| fromDate | No documentation available. |
Define this parameter in the request URI. |
| toDate | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ItemId": 1,
"ItemName": "sample string 2",
"Price": 3.1,
"Qty": 4.1,
"UnitName": "sample string 5",
"Tot": 6.1,
"SellingNo": "sample string 7",
"SellingDate": "sample string 8",
"CustomerName": "sample string 9"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]