POST ActionApi/T_Report_Sku/T_Report_SkusInventoryByHouse
获取SKU当期库存
Request Information
URI Parameters
None.
Body Parameters
入参 : {istoreid:"门店ID",dtTime:'当前日期 例 2018-01-26 不带时分秒',istorehouseid:'门店仓ID'}
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取SKU当期库存
sp_GetInventoryByHouse_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. |
|
cStoreFullName | string |
None. |
|
cProductFullName | string |
None. |
|
iProductBrand | integer |
None. |
|
cProductPackage | string |
None. |
|
iProductUnit | integer |
None. |
|
iCurrentInventory | integer |
None. |
|
iStoreHouseId | integer |
None. |
|
iRequestable | integer |
None. |
|
cProductCodeNc | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "iInventoryId": 1, "iStoreId": "ae827cb5-62bd-4c0f-adcc-aec3279ebb9e", "iProuductId": 1, "iSalesCount": 2, "iSalesAmount": 3, "iReceiptNumber": 4, "cProductProductCode": "sample string 5", "cStoreFullName": "sample string 6", "cProductFullName": "sample string 7", "iProductBrand": 1, "cProductPackage": "sample string 8", "iProductUnit": 9, "iCurrentInventory": 1, "iStoreHouseId": 1, "iRequestable": 10, "cProductCodeNc": "sample string 11" }