文档中心 > API类目 > 场景金融保险

qimen.alibaba.finance.insurance.tro.claim.report (保险开放平台报案接口)

ICBU和国泰财险合作开发知识产权险,需此接口报案

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
instSerialNo String 可选 1234566 流水号
accidentTime String 可选 2022-03-30 10:00:00 出险时间
reportTime String 可选 2022-03-30 10:00:00 报案时间
outReportNo String 可选 1233445 外部报案号
accidentCountry String 可选 美国 出险国家
isAbroad String 可选 1 地区类型 1:境外,2:境内
reporterTel String 可选 123344 报案人电话
reporterName String 可选 Li 报案人姓名
reporterEmail String 可选 sss@qq.com 报案人邮箱
policyNo String 可选 123444 保单号
reportorRelation String 可选 xx 报案人与被保人关系
reportAmount String 可选 123 总报损金额
troInjunctionRequest TroInjunctionRequest 可选 本次TRO禁令信息
  • └ troInjunctionFileUrl
  • String []
  • 可选
  • TRO禁令文件及固证材料:TRO文件
  • └ accountCurrency
  • String
  • 可选
  • 美元
  • 账户冻结金额币别
  • └ accountAmount
  • String
  • 可选
  • 0
  • 账户冻结金额
  • └ accountType
  • String
  • 可选
  • 0
  • 账户状态(0:未冻结,1:已冻结)
  • └ defendantShopUrl
  • String
  • 可选
  • xxx.com
  • 被告店铺链接
  • └ defendantName
  • String
  • 可选
  • xxx
  • 被告姓名
  • └ injunctionType
  • String
  • 可选
  • TP001
  • 侵权类型(TP001,知识产权)
  • └ courtCountry
  • String
  • 可选
  • xxxx
  • 法院所属国家
  • └ injunctionCourt
  • String
  • 可选
  • xxx
  • 签发法院
  • └ injunctionTime
  • String
  • 可选
  • 2022-03-30 10:00:00
  • 签发时间
  • └ injunctionNo
  • String
  • 可选
  • 1234
  • 禁令编号
troInjunctionGoodsInfoRequests TroInjunctionGoodsInfoRequests [] 可选
  • 最大列表长度:999
  • 被诉侵权产品信息清单
    • └ offShelfFile
    • String
    • 可选
    • xxxx
    • 下架通知截屏
    • └ category
    • String
    • 可选
    • xxx
    • 所属类目
    • └ goodsFile
    • String []
    • 可选
    • 2022-03-30 10:00:00
    • 商品快照
    • └ goodsShopUrl
    • String
    • 可选
    • 123445.com
    • 商品链接
    • └ goodsName
    • String
    • 可选
    • xxxx
    • 商品名称
    • └ goodsId
    • String
    • 可选
    • 12344
    • 商品ID
    troInjunctionHistoryRequests TroInjunctionHistoryRequests [] 可选
  • 最大列表长度:999
  • 被保险人历史被TRO的记录
    • └ troInjunctionHistoryFiles
    • String []
    • 可选
    • 美国
    • 历史禁令相关影像件
    • └ injunctionNo
    • String
    • 可选
    • 12334
    • TRO禁令编号
    • └ right
    • String
    • 可选
    • 知识产权
    • 权利
    • └ obligee
    • String
    • 可选
    • xxx
    • 权利人

    响应参数

    名称 类型 示例值 描述
    responseCode String OK xxx
    responseMessage String success xxx
    success String true xxx
    reportNo String 12344 xxx

    请求示例

    {"outReportNo":"1233445","isAbroad":"1","reportorRelation":"xx","policyNo":"123444","instSerialNo":"1234566","reporterName":"Li","troInjunctionGoodsInfoRequests":[{"offShelfFile":"xxxx","goodsId":"12344","goodsShopUrl":"123445.com","goodsFile":["2022-03-30 10:00:00"],"category":"xxx","goodsName":"xxxx"}],"reporterEmail":"sss@qq.com","troInjunctionHistoryRequests":[{"injunctionNo":"12334","obligee":"xxx","troInjunctionHistoryFiles":"美国","right":"知识产权"}],"reportAmount":"123","accidentCountry":"美国","troInjunctionRequest":{"injunctionCourt":"xxx","injunctionTime":"2022-03-30 10:00:00","troInjunctionFileUrl":[""],"injunctionNo":"1234","courtCountry":"xxxx","accountType":"0","injunctionType":"TP001","accountCurrency":"美元","accountAmount":"0","defendantShopUrl":"xxx.com","defendantName":"xxx"},"reporterTel":"123344","accidentTime":"2022-03-30 10:00:00","reportTime":"2022-03-30 10:00:00"}

    响应示例

    {
        "responseCode":"OK",
        "responseMessage":"success",
        "success":"true",
        "reportNo":"12344"
    }

    验签示例

    {"success":"false","responseMessage":"Illegal request","responseCode":"sign-check-failure"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部