POST ActionApi/T_Report_Sku/T_Report_SkusInventoryStore

获取门店仓库存

Request Information

URI Parameters

None.

Body Parameters

入参 : {istoreid:"门店ID",istorehouse:'门店仓编码'}

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取门店仓库存

sp_GetInventory_Result
NameDescriptionTypeAdditional 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": "6eb1dcb7-03cc-47ad-b5d9-28cf29258eec",
  "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
}