/tplus/api/v2/currentStock/Query{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | Warehouse | 仓库信息 | array | — | 可选 | Warehouse:[{Code:"001" },{Code:"002" }],其中001和002都是仓库编码 |
| 1.1 | Code | 编码 | string | — | 可选 | 编码 |
| 2 | InvBarCode | 存货条形码 | string | — | 可选 | 存货条形码 |
| 3 | InventoryClass | 存货分类 | array | — | 可选 | 使用示例: InventoryClass:[{Code:"01" },{Code:"06" }],其中01和06都是存货分类编码 |
| 3.1 | Code | 编码 | string | — | 可选 | 编码 |
| 4 | Inventory | 存货信息 | array | — | 可选 | 使用示例: Inventory:[{Code:"10001" },{Code:"10006" },{Code:"20016" }],其中10001,10006和20016都是存货编码 |
| 4.1 | Code | 编码 | string | — | 可选 | 编码 |
| 5 | BeginInventoryCode | 区间查询该区间内的开始存货编码 | string | — | 可选 | 用存货区间查询时使用 |
| 6 | EndInventoryCode | 区间查询该区间内的结束存货编码 | string | — | 可选 | 用存货区间查询时使用 |
| 7 | InventoryName | 存货名称 | string | — | 可选 | 字符串信息,模糊匹配 |
| 8 | Specification | 规格型号 | string | — | 可选 | 字符串信息,模糊匹配 |
| 9 | Brand | 品牌信息 | string | — | 可选 | Brand:{Code:"001"},其中001是品牌编码 |
| 10 | ReBarcode | 是否返回商品条码 | string | — | 可选 | 是否返回商品条码 |
| 11 | IsIncludeZero | 是否包含零数据 | string | — | 可选 | 是否包含零数据 |
| 12 | PageSize | 分页查询每页数量 | int | — | 可选 | 不传参数时默认查询所有 |
| 13 | PageIndex | 分页查询的页号 | string | — | 可选 | 不传参数时默认查询所有 |
| 14 | OpenEcologIntePartnerCode | 供应商编码 | string | — | 可选 | (生态用)暂时无法使用 |
| 15 | PartnerInventoryCodeList | (生态用)客户存货编码列表 | string | — | 可选 | 暂时无法使用 |
| 16 | GroupInfo | 分组信息 | object | — | 可选 | 分组信息 |
| 16.1 | Warehouse | 是否将仓库作为分组项 | string | — | 可选 | 是否将仓库作为分组项 |
| 16.2 | Inventory | 是否将存货作为分组项 | string | — | 可选 | 是否将存货作为分组项 |
| 16.3 | Brand | 是否将品牌作为分组项 | string | — | 可选 | 是否将品牌作为分组项 |
| 16.4 | InvProperty | 是否销售属性作为分组项 | string | — | 可选 | 包括所有自由项 |
| 16.5 | IsBatch | 是否将批号作为分组项 | string | — | 可选 | 是否将批号作为分组项 |
| 16.6 | InvLocation | 是否货位作为分组项 | string | — | 可选 | 是否货位作为分组项 |
| 16.7 | IsProductionDate | 是否返回生产日期信息 | string | — | 可选 | 按生产日期分组 |
| 16.8 | IsExpiryDate | 是否返回失效日期信息 | string | — | 可选 | 按失效日期分组 |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | WarehouseName | 仓库名称 | string | — | 可选 | 仓库名称 |
| 2 | WarehouseCode | 仓库编码 | string | — | 可选 | 仓库编码 |
| 3 | InventoryCode | 存货编码 | string | — | 可选 | InventoryCode |
| 4 | InventoryName | 存货名称 | string | — | 可选 | 存货名称 |
| 5 | TotalCount | 现存量 | string | — | 可选 | 现存量 |
畅捷通T+的接口:现存量查询V3.0(/tplus/api/v2/currentStock/Query),由轻易云数据集成平台 API 资产管理模块整理收纳,并随畅捷通T+版本更新同步更新。