文档中心 > API类目 > ICBU交易金融

alibaba.finance.insurance.icbu.tro.applicant.query.callback (国泰财险TRO险投保人信息查询)

国泰财险TRO险投保人信息查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
ali_id String 必须 2556077838 aliId
product_code String 必须 ICBU_TRO_INSURANCE 产品码

响应参数

名称 类型 示例值 描述
common_applicant_response CommonApplicantResponse 返回值
  • └ ali_id
  • String
  • 2556077838
  • aliId
  • └ ext
  • String
  • {\"applicantBusinessPlatform\":\"ICBU\",\"categoryPremiumRate\":\"{\\\"Toys?&?Hobbies\\\":0.026,\\\"Apparel\\\":0.013,\\\"OTHERS\\\":0.0065,\\\"Gifts?&?Crafts\\\":0.013,\\\"Fashion?Accessories\\\":0.013,\\\"Home?&?Garden\\\":0.013,\\\"Shoes?&?Accessories\\\":0.026,\\\"Sports?&?Entertainment\\\":0.013,\\\"Timepieces,?Jewelry?&?Eyewear\\\":0.013,\\\"Consumer?Electronics\\\":0.013}\",\"applicantShopId\":\"2556077838\",\"exchangeRate\":8.277400}
  • 扩展字段
  • └ product_code
  • String
  • ICBU_TRO_INSURANCE
  • 产品码
  • └ applicant_social_credit_no
  • String
  • xxxxxxxxx
  • 申请公司社会信用代码
  • └ applicant_name
  • String
  • test company
  • 申请公司名

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaFinanceInsuranceIcbuTroApplicantQueryCallbackRequest req = new AlibabaFinanceInsuranceIcbuTroApplicantQueryCallbackRequest();
req.setAliId("2556077838");
req.setProductCode("ICBU_TRO_INSURANCE");
AlibabaFinanceInsuranceIcbuTroApplicantQueryCallbackResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_finance_insurance_icbu_tro_applicant_query_callback_response>
    <common_applicant_response>
        <ali_id>2556077838</ali_id>
        <ext>{\&quot;applicantBusinessPlatform\&quot;:\&quot;ICBU\&quot;,\&quot;categoryPremiumRate\&quot;:\&quot;{\\\&quot;Toys?&amp;?Hobbies\\\&quot;:0.026,\\\&quot;Apparel\\\&quot;:0.013,\\\&quot;OTHERS\\\&quot;:0.0065,\\\&quot;Gifts?&amp;?Crafts\\\&quot;:0.013,\\\&quot;Fashion?Accessories\\\&quot;:0.013,\\\&quot;Home?&amp;?Garden\\\&quot;:0.013,\\\&quot;Shoes?&amp;?Accessories\\\&quot;:0.026,\\\&quot;Sports?&amp;?Entertainment\\\&quot;:0.013,\\\&quot;Timepieces,?Jewelry?&amp;?Eyewear\\\&quot;:0.013,\\\&quot;Consumer?Electronics\\\&quot;:0.013}\&quot;,\&quot;applicantShopId\&quot;:\&quot;2556077838\&quot;,\&quot;exchangeRate\&quot;:8.277400}</ext>
        <product_code>ICBU_TRO_INSURANCE</product_code>
        <applicant_social_credit_no>xxxxxxxxx</applicant_social_credit_no>
        <applicant_name>test company</applicant_name>
    </common_applicant_response>
</alibaba_finance_insurance_icbu_tro_applicant_query_callback_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部