POST api/v2/ho-so-giao-nhan-v2/lich-su

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

ResponseOfHoSoGiaoNhan_v2_Simple
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of HoSoGiaoNhan_v2_Simple

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ResponseOfHoSoGiaoNhan_v2_Simplepv1JTFkd 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:HoSoGiaoNhan_v2_Simple>
      <d2p1:GhiChu>sample string 5</d2p1:GhiChu>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IdChiTiet>8</d2p1:IdChiTiet>
      <d2p1:LinkFile>sample string 10</d2p1:LinkFile>
      <d2p1:LoaiGiaoNhan>4</d2p1:LoaiGiaoNhan>
      <d2p1:NgayLap>2025-12-11T19:58:58.7237572+07:00</d2p1:NgayLap>
      <d2p1:NguoiGui>sample string 6</d2p1:NguoiGui>
      <d2p1:NguoiNhanTra>sample string 7</d2p1:NguoiNhanTra>
      <d2p1:SoPhieu>sample string 2</d2p1:SoPhieu>
      <d2p1:TenFile>sample string 9</d2p1:TenFile>
    </d2p1:HoSoGiaoNhan_v2_Simple>
    <d2p1:HoSoGiaoNhan_v2_Simple>
      <d2p1:GhiChu>sample string 5</d2p1:GhiChu>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IdChiTiet>8</d2p1:IdChiTiet>
      <d2p1:LinkFile>sample string 10</d2p1:LinkFile>
      <d2p1:LoaiGiaoNhan>4</d2p1:LoaiGiaoNhan>
      <d2p1:NgayLap>2025-12-11T19:58:58.7237572+07:00</d2p1:NgayLap>
      <d2p1:NguoiGui>sample string 6</d2p1:NguoiGui>
      <d2p1:NguoiNhanTra>sample string 7</d2p1:NguoiNhanTra>
      <d2p1:SoPhieu>sample string 2</d2p1:SoPhieu>
      <d2p1:TenFile>sample string 9</d2p1:TenFile>
    </d2p1:HoSoGiaoNhan_v2_Simple>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseOfHoSoGiaoNhan_v2_Simplepv1JTFkd>