GET api/TrungTamKhachHangTest/getHoSoScan?DanhBo={DanhBo}&checksum={checksum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DanhBo | string |
Required |
|
| checksum | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HoSoScan| Name | Description | Type | Additional 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": "2025-11-05T22:18:57.4189019+07:00",
"LoaiVanBan": "sample string 2",
"lstFile": [
{
"File": "QEA="
},
{
"File": "QEA="
}
]
},
{
"ID": 1,
"CreateDate": "2025-11-05T22:18:57.4189019+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>2025-11-05T22:18:57.4189019+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>2025-11-05T22:18:57.4189019+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>