batchSave{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | FBillNo | 单据编号 | string | {{stocktakeId}} | 可选 | 单据编号 |
| 2 | FStockOrgId | 库存组织 | string | 103 | 可选 | 库存组织 |
| 3 | FDate | 日期 | string | _function FROM_UNIXTIME( ( {{stocktakeDate}} / 1000 ) ,'%Y-%m-%d %T' ) | 可选 | 日期 |
| 4 | FBillTypeID | 单据类型 | string | PK01_SYS | 可选 | 单据类型 |
| 5 | FOwnerTypeIdHead | 货主类型 | string | BD_OwnerOrg | 可选 | 货主类型 |
| 6 | FOwnerIdHead | 货主 | string | 103 | 可选 | 货主 |
| 7 | FBillEntry | 明细信息 | array | stockCountLoss | 可选 | 明细信息 |
| 7.1 | FMaterialId | 物料编码 | string | {{stockCountLoss.goodsNo}} | 可选 | 物料编码 |
| 7.2 | FUnitID | 单位 | string | _findCollection find FPurchaseUnitId_FNumber from 44da707b-4d02-3e20-ad97-fdd69ff7a37d where FNumber={{stockCountLoss.goodsNo}} | 可选 | 单位 |
| 7.3 | FStockId | 仓库 | string | {{warehouseCode}} | 可选 | 仓库 |
| 7.4 | FCountQty | 盘点数量 | string | {{stockCountLoss.takeQuan|intval}} | 可选 | 盘点数量 |
| 7.5 | Flot | 批号 | string | {{stockCountLoss.batchNo}} | 可选 | 批号 |
| 7.6 | FProduceDate | 生产日期 | string | _function FROM_UNIXTIME( ( {{stockCountLoss.productionDate}} / 1000 ) ,'%Y-%m-%d %T' ) | 可选 | 生产日期 |
| 7.7 | FAcctQty | 账存数量 | string | {{stockCountLoss.stockQuan|intval}} | 可选 | 账存数量 |
暂无参数说明
金蝶云星空的接口:吉客云盘亏单对接金蝶云星空盘亏单新增-资产建模(batchSave),由轻易云数据集成平台 API 资产管理模块整理收纳,并随金蝶云星空版本更新同步更新。