蚁巢投保理赔单查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
claim_order_id | Number | 可选 | 123456 | 理赔单ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | ClaimOrderDTO | 理赔单 | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaSscYichaoClaimQueryRequest req = new AlibabaSscYichaoClaimQueryRequest(); req.setClaimOrderId(123456L); AlibabaSscYichaoClaimQueryResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | < alibaba_ssc_yichao_claim_query_response > < data > < id >132456</ id > < gmt_create >2024-12-16 00:00:00</ gmt_create > < gmt_modified >2024-12-16 00:00:00</ gmt_modified > < out_id >123486</ out_id > < out_order_id >123486</ out_order_id > < out_order_type >1</ out_order_type > < status >1</ status > < claimant_id >123456</ claimant_id > < claiman_name >abc</ claiman_name > < claimant_type >1</ claimant_type > < product_code >abc</ product_code > < claimant_application_no >123456</ claimant_application_no > < claimant_fail_reason >abc</ claimant_fail_reason > < report_order_id >123456</ report_order_id > < claim_amount >100</ claim_amount > < attributes >{"test":124}</ attributes > </ data > </ alibaba_ssc_yichao_claim_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|