POST api/cong-van-di/du-lieu-bieu-do

Request Information

URI Parameters

None.

Body Parameters

Collection of Collection of date

Request Formats

application/json, text/json

Sample:
[
  [
    "2025-12-11T20:08:15.1370459+07:00",
    "2025-12-11T20:08:15.1370459+07:00"
  ],
  [
    "2025-12-11T20:08:15.1370459+07:00",
    "2025-12-11T20:08:15.1370459+07:00"
  ]
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfdateTime>
    <dateTime>2025-12-11T20:08:15.1370459+07:00</dateTime>
    <dateTime>2025-12-11T20:08:15.1370459+07:00</dateTime>
  </ArrayOfdateTime>
  <ArrayOfdateTime>
    <dateTime>2025-12-11T20:08:15.1370459+07:00</dateTime>
    <dateTime>2025-12-11T20:08:15.1370459+07:00</dateTime>
  </ArrayOfdateTime>
</ArrayOfArrayOfdateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfInt32
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseOfint>