文档中心 > 消息类目 > 阿里健康追溯码

alibaba_alihealth_BillProcessStatusNotify (单据处理状态通知)

消息产生条件

单据处理状态消息:调用上传单据API,程序处理上传任务后调用

消息属性

名称 类型 是否必须 示例值 描述
bill_code String 可选 BC1_112001aaa 单据号
bill_time String 可选 2021-01-02 02:21:21 单据时间
bill_type String 可选 102 单据类型
ic_code String 可选 123456 单据上传人
process_date String 可选 2021-06-11 17:38:39 单据处理时间
process_info String 可选 该单有1个追溯码未激活,如81012350000000157474。 处理信息
ref_user_id String 可选 320000000000127971 单据企业ID
result_type String 可选 4 处理状态 0,处理中 1, 上传成功 3, 处理成功 4, 处理失败
store_inout_seq_no String 可选 a92dfa23c53e4ffe99ee2c2bf6fcbf7c 出入库号

消息示例

{
	"result_type":"4",
	"ref_user_id":"320000000000127971",
	"ic_code":"123456",
	"process_info":"该单有1个追溯码未激活,如81012350000000157474。",
	"bill_code":"BC1_112001aaa",
	"process_date":"2021-06-11 17:38:39",
	"bill_type":"102",
	"store_inout_seq_no":"a92dfa23c53e4ffe99ee2c2bf6fcbf7c",
	"bill_time":"2021-01-02 02:21:21"
}

消息工具

如何获得此消息

返回
顶部