stock_pd_order_query{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | start_time | start_time | datetime | 1 | 必填 | 增量获取数据,start_time作为开始时间,格式:yyyy-MM-dd HH:mm:ss |
| 2 | end_time | end_time | datetime | 1 | 必填 | 增量获取数据,end_time作为结束时间,格式:yyyy-MM-dd HH:mm:ss |
| 3 | warehouse_no | warehouse_no | string | 1 | 可选 | 代表仓库所有属性的唯一编码,用于仓库区分,ERP内支持自定义(ERP仓库界面设置),用于获取指定仓库单据数据信息(不支持一次推送多个仓库编号) |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | pd_id | pd_id | string | 1 | 可选 | 盘点单据主键 |
| 2 | pd_no | pd_no | string | 1 | 可选 | 系统盘点单编号,默认PD开头 |
| 3 | outer_no | outer_no | string | 1 | 可选 | 外部单号 |
| 4 | api_outer_no | api_outer_no | string | 1 | 可选 | 接口创建的单据的外部单号 |
| 5 | warehouse_no | warehouse_no | string | 1 | 可选 | 代表仓库所有属性的唯一编码,用于仓库区分,ERP内支持自定义(ERP仓库界面设置) |
| 6 | mode | mode | string | 1 | 可选 | 盘点模式 0单品盘点;1 货位盘点;2明细盘点 |
| 7 | type | type | string | 1 | 可选 | 盘点类型 0 正常开单盘点;1 快速盘点 |
| 8 | remark | remark | string | 1 | 可选 | 备注 |
| 9 | rec_id | rec_id | string | 1 | 可选 | 主键 |
| 10 | creator_id | creator_id | string | 1 | 可选 | 制单人 |
| 11 | Status | Status | string | 1 | 可选 | 40 已盘点 |
| 12 | note_count | note_count | string | 1 | 可选 | 便签条数 |
| 13 | warehouse_id | warehouse_id | string | 1 | 可选 | 仓库ID |
| 14 | operator_name | operator_name | string | 1 | 可选 | 操作人 |
| 15 | modified | modified | string | 1 | 可选 | 最后更新时间,格式:yyyy-MM-dd HH:mm:ss |
| 16 | created | created | string | 1 | 可选 | 单据创建时间,格式:yyyy-MM-dd HH:mm:ss |
| 17 | details_list | details_list | array | 1 | 可选 | 响应参数的2级数据节点,包含盘点单的货品明细属性信息,节点下数据字段详见下述“details_list”列表 |
| 18 | rec_id | rec_id | string | 1 | 可选 | 子单主键 |
| 19 | pd_id | pd_id | string | 1 | 可选 | 盘点单据主键 |
| 20 | spec_id | spec_id | string | 1 | 可选 | 单品主键 |
| 21 | spec_no | spec_no | string | 1 | 可选 | 代表所单品(sku)所有属性的唯一编码,用于获取系统单品的数据,SKU概念介绍,单击这里 |
| 22 | spec_code | spec_code | string | 1 | 可选 | 规格码 |
| 23 | spec_name | spec_name | string | 1 | 可选 | 规格名称 |
| 24 | barcode | barcode | string | 1 | 可选 | 条码 |
| 25 | position_id | position_id | string | 1 | 可选 | 货位ID |
| 26 | batch_id | batch_id | string | 1 | 可选 | 批次 |
| 27 | modified | modified | string | 1 | 可选 | 最后修改时间 |
| 28 | created | created | string | 1 | 可选 | 创建时间 |
| 29 | old_num | old_num | string | 1 | 可选 | 盘点前库存 |
| 30 | input_num | input_num | string | 1 | 可选 | 录入数量 |
| 31 | new_num | new_num | string | 1 | 可选 | 盘点后库存 |
| 32 | cost_price | cost_price | string | 1 | 可选 | 盘点时成本价 |
| 33 | goods_name | goods_name | string | 1 | 可选 | 货品名称 |
| 34 | goods_no | goods_no | string | 1 | 可选 | 代表SPU所有属性的唯一编号,用于获取系统货品的数据,SPU概念介绍,单击这里 |
| 35 | brand_name | brand_name | string | 1 | 可选 | 品牌名称 |
| 36 | unit_name | unit_name | string | 1 | 可选 | 基本单位 |
| 37 | goods_unit | goods_unit | string | 1 | 可选 | 辅助单位 |
| 38 | remark | remark | string | 1 | 可选 | 备注 |
| 39 | expire_date | expire_date | string | 1 | 可选 | 有效期,格式:yyyy-MM-dd HH:mm:ss |
| 40 | batch_no | batch_no | string | 1 | 可选 | 批次 |
| 41 | batch_remark | batch_remark | string | 1 | 可选 | 批次备注 |
| 42 | position_no | position_no | string | 1 | 可选 | 货位 |
旺店通·企业版的接口:查询盘点单_v1(stock_pd_order_query),由轻易云数据集成平台 API 资产管理模块整理收纳,并随旺店通·企业版版本更新同步更新。