查询保险订单详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
out_order_id | Number | 可选 | 19247969900767149 | 外部订单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ins_orders | InsOrderOpenDTO [] | 保险订单 | |
|
|||
err_msg_for_client | String | null | 错误信息,调用成功是该字段为空 |
is_success | Boolean | true | 是否调用成功 |
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripFlightInsuranceOrderSearchRequest req = new AlitripFlightInsuranceOrderSearchRequest(); req.setOutOrderId(19247969900767149L); AlitripFlightInsuranceOrderSearchResponse rsp = client.execute(req); 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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | < alitrip_flight_insurance_order_search_response > < ins_orders > < ins_order_open_d_t_o > < seller_nick >null</ seller_nick > < gmt_modified >null</ gmt_modified > < ins_order_detail_list > < ins_order_open_detail_d_t_o > < ins_person_id >null</ ins_person_id > < gmt_modified >null</ gmt_modified > < pay_time >null</ pay_time > < tc_order_id >null</ tc_order_id > < ins_order_open_person > < tc_order_id >null</ tc_order_id > < id_card_no >null</ id_card_no > < policy_no >null</ policy_no > < id_card_type >null</ id_card_type > < out_order_id >null</ out_order_id > </ ins_order_open_person > < policy_no >null</ policy_no > < is_enable >null</ is_enable > < price >null</ price > < claim_apply_time >null</ claim_apply_time > < product_no >null</ product_no > < item_source_tag >null</ item_source_tag > < claim_fee >null</ claim_fee > < ins_company >null</ ins_company > < claim_success_time >null</ claim_success_time > < effective_end_time >null</ effective_end_time > < ins_segment_id >null</ ins_segment_id > < gmt_create >null</ gmt_create > < ins_order_open_segment > < tc_order_id >null</ tc_order_id > < company_name >null</ company_name > < arr_city >null</ arr_city > < dep_city >null</ dep_city > < policy_no >null</ policy_no > < segment_no >null</ segment_no > < out_order_id >null</ out_order_id > < start_time >null</ start_time > < end_time >null</ end_time > < attribute >null</ attribute > </ ins_order_open_segment > < effective_start_time >null</ effective_start_time > < out_order_id >null</ out_order_id > < status >null</ status > </ ins_order_open_detail_d_t_o > </ ins_order_detail_list > < tc_order_id >null</ tc_order_id > < policy_detail_url >null</ policy_detail_url > < policy_no >null</ policy_no > < gmt_create >null</ gmt_create > < product_name >null</ product_name > < features >null</ features > < seller_id >null</ seller_id > < copies >null</ copies > < price >null</ price > < out_order_id >null</ out_order_id > < product_no >null</ product_no > < status >null</ status > < premium_id >null</ premium_id > </ ins_order_open_d_t_o > </ ins_orders > < err_msg_for_client >null</ err_msg_for_client > < is_success >true</ is_success > </ alitrip_flight_insurance_order_search_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 > |
错误码 | 错误描述 | 解决方案 |
---|