金蝶云星辰V2销售出库单写入V3.0-资产建模API接口文档
所属平台:
金蝶云星辰V2
类型:
EXECUTE
作用:
EXECUTE
接口版本:
1.0
适配器:
\Adapter\Kingdee\YxcV2ExecuteAdapter
帮助链接:
1
描述:
更新日期:
2023-05-15 17:45:48
销售出库单写入V3.0-资产建模
接口地址:/jdy/v2/scm/sal_out_bound
请求方法: POST
加工厂: {"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版本更新同步实时更新。通过API资产管理,企业可以统一API的开发、部署和维护流程,降低跨部门协作的复杂性,提高团队的工作效率和协同能力。