检测案件

接口地址:/court/caseInfo/receiveCase

请求方式:POST

请求数据类型:application/json

响应数据类型:*/*

请求参数:

参数名称 参数说明 in 是否必须 数据类型 schema
caseCheckInfoVO
caseCheckInfoVO body true CaseCheckInfoVO CaseCheckInfoVO
  archiveDate 归档时间 string
  caseCode 案件编码 string
  caseId 案件id integer(int64)
  caseName 案件名称 string
  caseStatus 案件阶段 integer(int32)
  caseType 案件类型 CaseType CaseType
    code 案件类型代码 string
    fullName 案件类型全称 string
    id 案件类型ID integer(int64)
    name 案件类型名称 string
  closeDate 结案日期 string
  court 法院 Organization Organization
    code 组织代码 string
    id 组织id integer(int64)
    name 组织名称 string
    pid 组织父id integer(int64)
    shortName 组织简称 string
    type 组织类型 string
  courtRoom 庭室 Organization Organization
    code 组织代码 string
    id 组织id integer(int64)
    name 组织名称 string
    pid 组织父id integer(int64)
    shortName 组织简称 string
    type 组织类型 string
  fileInfoList 文件集合 array FileInfoVO
    caseId 案件id integer(int64)
    createTime 文件上传时间 string
    dirFullName 文件所属目录全路径 string
    fileId 文件id integer(int64)
    fileName 文件名称 string
    filePath 文件地址 string
  judge 承办人 Judge Judge
    code string
    id integer(int64)
    name string
  ktjsDate 开庭结束时间 string
  ktksDate 开庭开始时间 string
  registerDate 立案日期 string
  trialProcedures 审判程序 TrialProcedures TrialProcedures
    id integer(int64)
    name string
  uploadIndex 案件总上传批次 integer(int32)
  ysDate 移送时间 string

请求示例:

{
    "caseId": "1604767384228814849",
    "caseCode": "19400001061739",
    "caseName": "zxq测试-(2022)冀0602民初6790号",
    "caseExtId": "8C5500A6696383101BC30CCFD843CE6E",
    "uploadIndex": 3,
    "judge": {
        "id": "112121",
        "name": "张志弘",
        "code": null
    },
    "caseType": {
        "id": "2",
        "name": "民事",
        "fullName": null,
        "code": "0301"
    },
    "trialProcedures": {
        "id": "1",
        "name": "一审"
    },
    "registerDate": "2023-03-07",
    "closeDate": "2024-03-08",
    "archiveDate": "2023-02-13",
    "court": {
        "id": "193",
        "pid": "100",
        "children": null,
        "name": "保定市中级人民法院",
        "shortName": "保定中院",
        "code": "193"
    },
    "courtRoom": {
        "id": "6619140",
        "pid": null,
        "name": "政治部",
        "shortName": null,
        "code": "6619140",
    },
    "caseStatus": 9,
    "fileInfoList": [{
        "fileId": 1749346715197571073,
        "caseId": 1604767384228814849,
        "fileName": "案件移送函.jpg",
        "filePath": "http://192.168.0.27:8200/caseinfo/file/viewer/s3.store_FY167_5:fy251/193/2024/01/22/1604767384228814849/f89bf75c-4c0a-4de3-a323-bfc14fbc635d.jpg",
        "dirFullName": "正卷-分册-诉讼材料收取清单",
        "createTime": "2024-01-22 16:22:24"
    }]
}

响应状态:

状态码 说明 schema
200 OK
401 Unauthorized
403 Forbidden
404 Not Found

响应参数:

暂无

响应示例:

作者:zhaixiaoqing  创建时间:2024-03-14 11:11
最后编辑:zhaixiaoqing  更新时间:2024-03-14 11:14