POST api/v2/ho-so-giao-nhan-v2/id

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

ResponseObjectOfHoSoGiaoNhan_v2_View
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

HoSoGiaoNhan_v2_View

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ResponseObjectOfHoSoGiaoNhan_v2_Viewpv1JTFkd 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:CreatedBy>19</d2p1:CreatedBy>
    <d2p1:CreatedOn>2025-12-11T19:58:25.2799481+07:00</d2p1:CreatedOn>
    <d2p1:EditedBy>21</d2p1:EditedBy>
    <d2p1:EditedOn>2025-12-11T19:58:25.2799481+07:00</d2p1:EditedOn>
    <d2p1:GhiChu>sample string 17</d2p1:GhiChu>
    <d2p1:Id>4</d2p1:Id>
    <d2p1:InUsed>true</d2p1:InUsed>
    <d2p1:LoaiGiaoNhan>15</d2p1:LoaiGiaoNhan>
    <d2p1:LoaiNhanSu>16</d2p1:LoaiNhanSu>
    <d2p1:NgayLap>2025-12-11T19:58:25.2794525+07:00</d2p1:NgayLap>
    <d2p1:NguoiGiao_CCCD>sample string 10</d2p1:NguoiGiao_CCCD>
    <d2p1:NguoiGiao_HoTen>sample string 8</d2p1:NguoiGiao_HoTen>
    <d2p1:NguoiGiao_Id>7</d2p1:NguoiGiao_Id>
    <d2p1:NguoiGiao_PhapDanh>sample string 9</d2p1:NguoiGiao_PhapDanh>
    <d2p1:NguoiNhan_CCCD>sample string 14</d2p1:NguoiNhan_CCCD>
    <d2p1:NguoiNhan_HoTen>sample string 12</d2p1:NguoiNhan_HoTen>
    <d2p1:NguoiNhan_Id>11</d2p1:NguoiNhan_Id>
    <d2p1:NguoiNhan_PhapDanh>sample string 13</d2p1:NguoiNhan_PhapDanh>
    <d2p1:SoPhieu>sample string 5</d2p1:SoPhieu>
    <d2p1:Guid>sample string 1</d2p1:Guid>
    <d2p1:NguoiGui>sample string 2</d2p1:NguoiGui>
    <d2p1:NguoiNhanTra>sample string 3</d2p1:NguoiNhanTra>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseObjectOfHoSoGiaoNhan_v2_Viewpv1JTFkd>