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
NameDescriptionTypeAdditional 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": "2026-02-21T15:07:18.7841336+07:00",
      "diaChi": "sample string 3",
      "chucVu": "sample string 4",
      "tuNgay": "2026-02-21T15:07:18.7841336+07:00",
      "denNgay": "2026-02-21T15:07:18.7841336+07:00",
      "diaDiem": "sample string 5",
      "linkAva": "sample string 6",
      "namSinh": "2026",
      "ngay": "21",
      "thang": "02",
      "nam": "2026",
      "thoiGian": "BRVT, ngày 21, tháng 02, năm 2026"
    },
    {
      "hoTen": "sample string 1",
      "phapDanh": "sample string 2",
      "ngaySinh": "2026-02-21T15:07:18.7841336+07:00",
      "diaChi": "sample string 3",
      "chucVu": "sample string 4",
      "tuNgay": "2026-02-21T15:07:18.7841336+07:00",
      "denNgay": "2026-02-21T15:07:18.7841336+07:00",
      "diaDiem": "sample string 5",
      "linkAva": "sample string 6",
      "namSinh": "2026",
      "ngay": "21",
      "thang": "02",
      "nam": "2026",
      "thoiGian": "BRVT, ngày 21, tháng 02, năm 2026"
    }
  ],
  "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>2026-02-21T15:07:18.7841336+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>2026-02-21T15:07:18.7841336+07:00</d2p1:NgaySinh>
      <d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
      <d2p1:TuNgay>2026-02-21T15:07:18.7841336+07:00</d2p1:TuNgay>
    </d2p1:ThongTinBoNhiem>
    <d2p1:ThongTinBoNhiem>
      <d2p1:ChucVu>sample string 4</d2p1:ChucVu>
      <d2p1:DenNgay>2026-02-21T15:07:18.7841336+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>2026-02-21T15:07:18.7841336+07:00</d2p1:NgaySinh>
      <d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
      <d2p1:TuNgay>2026-02-21T15:07:18.7841336+07:00</d2p1:TuNgay>
    </d2p1:ThongTinBoNhiem>
  </Data>
  <Message>sample string 2</Message>
  <PIndex>4</PIndex>
  <Status>true</Status>
  <Total>3</Total>
</ResponseWithTotalOfThongTinBoNhiempv1JTFkd>