GET api/TrungTamKhachHang/getHoSoScan?DanhBo={DanhBo}&checksum={checksum}

Lấy danh sách file đã scan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DanhBo

string

Required

checksum

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of HoSoScan
NameDescriptionTypeAdditional information
ID

Mã ID

integer

None.

CreateDate

Ngày lập

date

None.

LoaiVanBan

Loại văn bản

string

None.

lstFile

Danh sách file

Collection of HoSoScan_File

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "CreateDate": "2024-11-21T16:42:13.6271584+07:00",
    "LoaiVanBan": "sample string 2",
    "lstFile": [
      {
        "File": "QEA="
      },
      {
        "File": "QEA="
      }
    ]
  },
  {
    "ID": 1,
    "CreateDate": "2024-11-21T16:42:13.6271584+07:00",
    "LoaiVanBan": "sample string 2",
    "lstFile": [
      {
        "File": "QEA="
      },
      {
        "File": "QEA="
      }
    ]
  }
]

text/xml

Sample:
<ArrayOfHoSoScan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSTanHoa.Models">
  <HoSoScan>
    <CreateDate>2024-11-21T16:42:13.6271584+07:00</CreateDate>
    <ID>1</ID>
    <LoaiVanBan>sample string 2</LoaiVanBan>
    <lstFile>
      <HoSoScan_File>
        <File>QEA=</File>
      </HoSoScan_File>
      <HoSoScan_File>
        <File>QEA=</File>
      </HoSoScan_File>
    </lstFile>
  </HoSoScan>
  <HoSoScan>
    <CreateDate>2024-11-21T16:42:13.6271584+07:00</CreateDate>
    <ID>1</ID>
    <LoaiVanBan>sample string 2</LoaiVanBan>
    <lstFile>
      <HoSoScan_File>
        <File>QEA=</File>
      </HoSoScan_File>
      <HoSoScan_File>
        <File>QEA=</File>
      </HoSoScan_File>
    </lstFile>
  </HoSoScan>
</ArrayOfHoSoScan>