文档中心 > API类目 > 司法开放平台

qimen.alibaba.kongur.referee.get (诉讼推送裁判登记信息到ISV)

诉讼推送裁判登记信息到ISV

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
refereeRegistrationVo RefereeRegistrationVo 可选 最外层对象
  • └ typicalCause
  • String
  • 可选
  • 原因
  • 原因
  • └ isAssumeResponsibility
  • String
  • 可选
  • y
  • 平台是否需要承担责任
  • └ isTypicalCase
  • String
  • 可选
  • y
  • 是否典型判例
  • └ judgementResult
  • String
  • 可选
  • win
  • 判决结果
  • └ amountCurrency
  • String
  • 可选
  • CNY
  • 诉讼币种
  • └ isCourtOpened
  • String
  • 可选
  • y
  • 是否已开庭
  • └ supplierCode
  • String
  • 可选
  • 1
  • 1
  • └ judgementResultSecond
  • String
  • 可选
  • plaintiff_success
  • 判决结果二级
  • └ mainPoint
  • String
  • 可选
  • 要点
  • 要点
  • └ attachmentCount
  • Number
  • 可选
  • 0
  • 附件数量
  • └ amount
  • String
  • 可选
  • 2000
  • 判决金额
  • └ receivedTime
  • Number
  • 可选
  • 1508729472333
  • 收到时间
  • └ businessLabelKeys
  • String
  • 可选
  • 业务标签
  • 业务标签
  • └ callingTime
  • Number
  • 可选
  • 1508729472332
  • 接口调用时间
  • └ otherBusinessLabel
  • String
  • 可选
  • 其他业务标签内容
  • 其他业务标签内容
  • └ processor
  • String
  • 可选
  • 张三
  • 我方处理人
  • └ suitId
  • Number
  • 可选
  • 3456789
  • 案件id
  • └ entrustId
  • Number
  • 可选
  • 3456869
  • 委托id
  • └ defendantReceive
  • String
  • 可选
  • 1400.00
  • 判决金额(其他被告赔付)
  • └ amountOurReceive
  • String
  • 可选
  • 1300.00
  • 判决金额(我方获赔)
  • └ amountOurGive
  • String
  • 可选
  • 1200.00
  • 判决金额(我方赔付)
  • attachmentList
  • AttachmentBaseVo []
  • 可选
  • 附件列表
  • └ fileId
  • String
  • 可选
  • 5d2d10a6-624f-4a5f-b6ad-afec6edd5361
  • 附件id
  • └ fileName
  • String
  • 可选
  • 起诉状.pdf
  • 附件名
  • └ filePath
  • String
  • 可选
  • alibaba/group/354177350425_08171050-c049-4/5d2d10a6-624f-4a5f-b6ad-afec6edd5361
  • 附件完整下载路径
  • └ fileType
  • String
  • 可选
  • lawyer_firm
  • 附件类型
  • └ isDeleted
  • String
  • 可选
  • y
  • 是否删除标记
  • └ storageType
  • String
  • 可选
  • OSS
  • 附件存储类型
  • └ remark
  • String
  • 可选
  • 备注
  • 备注

响应参数

名称 类型 示例值 描述
errors ResultDataDo [] 错误信息列表
  • └ returnErrorCode
  • String
  • KU_001000
  • 错误码
  • └ bizType
  • String
  • other
  • 业务类型
  • └ errorMsg
  • String
  • 庭后跟进计划不能为空
  • 错误信息
  • └ fieldNameEn
  • String
  • plan
  • 字段名
  • └ businessId
  • String
  • 123
  • 业务id
isSuccess Boolean false 是否成功
flag String failure 标记(验签时需要)
sub_code String 1 错误码(验签时需要)
sub_message String 系统错误 错误信息(验签时需要)

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
QimenCloudClient client = new DefaultQimenCloudClient(url, appkey, secret);
AlibabaKongurRefereeGetRequest req = new AlibabaKongurRefereeGetRequest();
AlibabaKongurRefereeGetRequest.RefereeRegistrationVo obj1 = new AlibabaKongurRefereeGetRequest.RefereeRegistrationVo();
obj1.setTypicalCause("原因");
obj1.setIsAssumeResponsibility("y");
obj1.setIsTypicalCase("y");
obj1.setJudgementResult("win");
obj1.setAmountCurrency("CNY");
obj1.setIsCourtOpened("y");
obj1.setSupplierCode("1");
obj1.setJudgementResultSecond("plaintiff_success");
obj1.setMainPoint("要点");
obj1.setAttachmentCount(0L);
obj1.setAmount("2000");
obj1.setReceivedTime(1508729472333L);
obj1.setBusinessLabelKeys("业务标签");
obj1.setCallingTime(1508729472332L);
obj1.setOtherBusinessLabel("其他业务标签内容");
obj1.setProcessor("张三");
obj1.setSuitId(3456789L);
obj1.setEntrustId(3456869L);
obj1.setDefendantReceive("1400.00");
obj1.setAmountOurReceive("1300.00");
obj1.setAmountOurGive("1200.00");
List<AlibabaKongurRefereeGetRequest.AttachmentBaseVo> list3 = new ArrayList<AlibabaKongurRefereeGetRequest.AttachmentBaseVo>();
AlibabaKongurRefereeGetRequest.AttachmentBaseVo obj4 = new AlibabaKongurRefereeGetRequest.AttachmentBaseVo();
list3.add(obj4);
obj4.setFileId("5d2d10a6-624f-4a5f-b6ad-afec6edd5361");
obj4.setFileName("起诉状.pdf");
obj4.setFilePath("alibaba/group/354177350425_08171050-c049-4/5d2d10a6-624f-4a5f-b6ad-afec6edd5361");
obj4.setFileType("lawyer_firm");
obj4.setIsDeleted("y");
obj4.setStorageType("OSS");
obj4.setRemark("备注");
obj1.setAttachmentList(list3);
req.setRefereeRegistrationVo(obj1);
AlibabaKongurRefereeGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<errors>
    <result_data_do>
        <returnErrorCode>KU_001000</returnErrorCode>
        <bizType>other</bizType>
        <errorMsg>庭后跟进计划不能为空</errorMsg>
        <fieldNameEn>plan</fieldNameEn>
        <businessId>123</businessId>
    </result_data_do>
</errors>
<isSuccess>false</isSuccess>
<flag>failure</flag>
<sub_code>1</sub_code>
<sub_message>系统错误</sub_message>

异常示例

  • 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

返回
顶部