GET api/V_Store_Stock/GetItemTransferViews?StoreID={StoreID}&ItemID={ItemID}&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. |
| 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,
"UnitName": "sample string 1",
"GroupID": "sample string 2",
"GroupName": "sample string 3",
"Qty": 1.1,
"Price": 1.1,
"DISC": 1.1,
"Notes": "sample string 4",
"SellingVal": 1.1,
"BillID": 1,
"BillDATE": "sample string 5",
"TRANSTYPE": "sample string 6",
"ItemName": "sample string 7",
"CostPrice": 1.1,
"ItemSalePrice": 1.1,
"BillName": "sample string 8",
"StoreId": 1,
"BillNo": "sample string 9",
"OrdFld": "sample string 10"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]