POST api/v2/qt-chuc-vu-phat-tu/lay-du-lieu-giay-bo-nhiem
Request Information
URI Parameters
None.
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseWithTotalOfThongTinBoNhiem| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ThongTinBoNhiem |
None. |
|
| Total | integer |
None. |
|
| PIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": [
{
"hoTen": "sample string 1",
"phapDanh": "sample string 2",
"ngaySinh": "2025-12-11T20:00:24.7787466+07:00",
"diaChi": "sample string 3",
"chucVu": "sample string 4",
"tuNgay": "2025-12-11T20:00:24.7792474+07:00",
"denNgay": "2025-12-11T20:00:24.7792474+07:00",
"diaDiem": "sample string 5",
"linkAva": "sample string 6",
"namSinh": "2025",
"ngay": "11",
"thang": "12",
"nam": "2025",
"thoiGian": "BRVT, ngày 11, tháng 12, năm 2025"
},
{
"hoTen": "sample string 1",
"phapDanh": "sample string 2",
"ngaySinh": "2025-12-11T20:00:24.7787466+07:00",
"diaChi": "sample string 3",
"chucVu": "sample string 4",
"tuNgay": "2025-12-11T20:00:24.7792474+07:00",
"denNgay": "2025-12-11T20:00:24.7792474+07:00",
"diaDiem": "sample string 5",
"linkAva": "sample string 6",
"namSinh": "2025",
"ngay": "11",
"thang": "12",
"nam": "2025",
"thoiGian": "BRVT, ngày 11, tháng 12, năm 2025"
}
],
"total": 3,
"pIndex": 4
}
application/xml, text/xml
Sample:
<ResponseWithTotalOfThongTinBoNhiempv1JTFkd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DTO">
<d2p1:ThongTinBoNhiem>
<d2p1:ChucVu>sample string 4</d2p1:ChucVu>
<d2p1:DenNgay>2025-12-11T20:00:24.7792474+07:00</d2p1:DenNgay>
<d2p1:DiaChi>sample string 3</d2p1:DiaChi>
<d2p1:DiaDiem>sample string 5</d2p1:DiaDiem>
<d2p1:HoTen>sample string 1</d2p1:HoTen>
<d2p1:LinkAva>sample string 6</d2p1:LinkAva>
<d2p1:NgaySinh>2025-12-11T20:00:24.7787466+07:00</d2p1:NgaySinh>
<d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
<d2p1:TuNgay>2025-12-11T20:00:24.7792474+07:00</d2p1:TuNgay>
</d2p1:ThongTinBoNhiem>
<d2p1:ThongTinBoNhiem>
<d2p1:ChucVu>sample string 4</d2p1:ChucVu>
<d2p1:DenNgay>2025-12-11T20:00:24.7792474+07:00</d2p1:DenNgay>
<d2p1:DiaChi>sample string 3</d2p1:DiaChi>
<d2p1:DiaDiem>sample string 5</d2p1:DiaDiem>
<d2p1:HoTen>sample string 1</d2p1:HoTen>
<d2p1:LinkAva>sample string 6</d2p1:LinkAva>
<d2p1:NgaySinh>2025-12-11T20:00:24.7787466+07:00</d2p1:NgaySinh>
<d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
<d2p1:TuNgay>2025-12-11T20:00:24.7792474+07:00</d2p1:TuNgay>
</d2p1:ThongTinBoNhiem>
</Data>
<Message>sample string 2</Message>
<PIndex>4</PIndex>
<Status>true</Status>
<Total>3</Total>
</ResponseWithTotalOfThongTinBoNhiempv1JTFkd>