POST ActionApi/T_Report_Sku/T_Report_SkusInventory
获取SKU当期库存
Request Information
URI Parameters
None.
Body Parameters
入参 : {istoreid:"门店ID",dtTime:'当前日期 例 2018-01-26 不带时分秒'}
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取SKU当期库存
sp_GetInventory_ResultName | Description | Type | Additional information |
---|---|---|---|
iStoreId | globally unique identifier |
None. |
|
iProuductId | integer |
None. |
|
cProductProductCode | string |
None. |
|
cStoreFullName | string |
None. |
|
cProductFullName | string |
None. |
|
iCurrentInventory | integer |
None. |
|
iProductBrand | integer |
None. |
|
iInventoryId | integer |
None. |
|
iSalesCount | integer |
None. |
|
iSalesAmount | decimal number |
None. |
|
iReceiptNumber | integer |
None. |
|
cProductPackage | string |
None. |
|
iProductUnit | integer |
None. |
|
iInventoryNew | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "iStoreId": "15f39c9d-6961-4cdc-ac39-79670976e1f3", "iProuductId": 1, "cProductProductCode": "sample string 1", "cStoreFullName": "sample string 2", "cProductFullName": "sample string 3", "iCurrentInventory": 1, "iProductBrand": 1, "iInventoryId": 4, "iSalesCount": 1, "iSalesAmount": 1.0, "iReceiptNumber": 1, "cProductPackage": "sample string 5", "iProductUnit": 6, "iInventoryNew": 1 }