/jdy/v2/scm/sal_out_bound{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | bill_source | 单据来源,固定传入ISV | string | ISV | 可选 | 单据来源,固定传入APP |
| 2 | bill_date | 出库日期,格式:2019-01-01 | datetime | {{consign_date}} | 必填 | 出库日期,格式:2019-01-01 |
| 3 | bill_no | 单据编号 | string | {{order_no}} | 可选 | 单据编号 |
| 4 | customer_number | 客户信息 | string | {{shop_no}} | 可选 | 客户信息 |
| 5 | material_entity | 商品分录 | array | details_list | 可选 | 商品分录 |
| 5.1 | material_number | 商品 | string | {{details_list.spec_no}} | 可选 | 商品 |
| 5.2 | stock_number | 仓库 | string | {{warehouse_no}} | 可选 | 仓库 |
| 5.3 | qty | 数量 | string | {{details_list.goods_count}} | 可选 | 数量 |
| 5.4 | unit_id | 单位 | string | _mongoQuery b88a7889-af5d-3efd-aac4-d4960eae6748 findField=content.base_unit_id where={"content.number":{"$eq":"{{items.details_list_spec_no}}"}} | 可选 | 单位(只能填商品关联的单位,来源于商品单位查询接口或商品详情中的baseunitid_id、fixunit1_id等) |
| 5.5 | tax_price | 含税单价 | string | {{details_list.sell_price}} | 可选 | 单价(如果在“系统参数”的“基础资料参数”中勾选了“商品价格为含税单价”,则price指示含税单价) |
| 5.6 | is_free | 是否赠品 | string | _function case '{{details_list.sell_price}}' when '0' then 'true' else 'false' end | 可选 | 是否赠品;true-是,false-否(默认) |
| 5.7 | amount | 金额 | string | — | 可选 | 金额 |
暂无参数说明
金蝶云星辰V2的接口:销售出库单写入V3.0-资产建模(/jdy/v2/scm/sal_out_bound),由轻易云数据集成平台 API 资产管理模块整理收纳,并随金蝶云星辰V2版本更新同步更新。