GET api/V_Store_Stock/GetItemCardView?StoreID={StoreID}&ItemID={ItemID}
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. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"StoreId": 1,
"ItemID": 1,
"ItemName": "sample string 1",
"QIn": 1.0,
"QOut": 1.0,
"UnitName": "sample string 2",
"MovDate": "sample string 3",
"Ord": 4,
"InvId": 1,
"InvManualNo": "sample string 5",
"Notes": "sample string 6",
"PrcBySmUnt": 7.0,
"SmUntId": 1,
"CountryId": "sample string 8",
"CompanyId": "sample string 9"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]