POST ActionApi/T_Inventory/GetInventoryByStoreIdAndHouseId
17811_获取指定门店对应仓的库存
Request Information
URI Parameters
None.
Body Parameters
{houseid:'',istoreid:''} istoreid 门店id houseid 逻辑仓编码
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
17811_获取指定门店对应仓的库存
Collection of sp_GetInventoryStore_ResultName | Description | Type | Additional information |
---|---|---|---|
iInventoryId | integer |
None. |
|
iStoreId | globally unique identifier |
None. |
|
iProuductId | integer |
None. |
|
iSalesCount | integer |
None. |
|
iSalesAmount | integer |
None. |
|
iReceiptNumber | integer |
None. |
|
cProductProductCode | string |
None. |
|
iProductType | integer |
None. |
|
cStoreFullName | string |
None. |
|
cProductFullName | string |
None. |
|
iProductBrand | integer |
None. |
|
cProductPackage | string |
None. |
|
iProductUnit | integer |
None. |
|
iCurrentInventory | integer |
None. |
|
iInventoryNew | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "iInventoryId": 1, "iStoreId": "b45a00df-ed39-4111-9634-76dd95846953", "iProuductId": 1, "iSalesCount": 2, "iSalesAmount": 3, "iReceiptNumber": 4, "cProductProductCode": "sample string 5", "iProductType": 1, "cStoreFullName": "sample string 6", "cProductFullName": "sample string 7", "iProductBrand": 1, "cProductPackage": "sample string 8", "iProductUnit": 9, "iCurrentInventory": 1, "iInventoryNew": 1 }, { "iInventoryId": 1, "iStoreId": "b45a00df-ed39-4111-9634-76dd95846953", "iProuductId": 1, "iSalesCount": 2, "iSalesAmount": 3, "iReceiptNumber": 4, "cProductProductCode": "sample string 5", "iProductType": 1, "cStoreFullName": "sample string 6", "cProductFullName": "sample string 7", "iProductBrand": 1, "cProductPackage": "sample string 8", "iProductUnit": 9, "iCurrentInventory": 1, "iInventoryNew": 1 } ]