POST api/ban-lam-viec/du-lieu-bieu-do/cong-van/theo-loai-cong-van
Request Information
URI Parameters
None.
Body Parameters
Collection of Collection of dateRequest Formats
application/json, text/json
Sample:
[
[
"2025-12-11T19:59:51.010262+07:00",
"2025-12-11T19:59:51.010262+07:00"
],
[
"2025-12-11T19:59:51.010262+07:00",
"2025-12-11T19:59:51.010262+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-11T19:59:51.010262+07:00</dateTime>
<dateTime>2025-12-11T19:59:51.010262+07:00</dateTime>
</ArrayOfdateTime>
<ArrayOfdateTime>
<dateTime>2025-12-11T19:59:51.010262+07:00</dateTime>
<dateTime>2025-12-11T19:59:51.010262+07:00</dateTime>
</ArrayOfdateTime>
</ArrayOfArrayOfdateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfListOfBieuDo_CongVan_TheoLoaiCongVan_ByTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of Collection of BieuDo_CongVan_TheoLoaiCongVan_ByTime |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": [
[
{
"id": 1,
"soLuong": 2,
"loaiCongVan": "sample string 3",
"color": "sample string 4"
},
{
"id": 1,
"soLuong": 2,
"loaiCongVan": "sample string 3",
"color": "sample string 4"
}
],
[
{
"id": 1,
"soLuong": 2,
"loaiCongVan": "sample string 3",
"color": "sample string 4"
},
{
"id": 1,
"soLuong": 2,
"loaiCongVan": "sample string 3",
"color": "sample string 4"
}
]
]
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTimepv1JTFkd 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:ArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:Color>sample string 4</d2p1:Color>
<d2p1:ID>1</d2p1:ID>
<d2p1:LoaiCongVan>sample string 3</d2p1:LoaiCongVan>
<d2p1:SoLuong>2</d2p1:SoLuong>
</d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:Color>sample string 4</d2p1:Color>
<d2p1:ID>1</d2p1:ID>
<d2p1:LoaiCongVan>sample string 3</d2p1:LoaiCongVan>
<d2p1:SoLuong>2</d2p1:SoLuong>
</d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
</d2p1:ArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:ArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:Color>sample string 4</d2p1:Color>
<d2p1:ID>1</d2p1:ID>
<d2p1:LoaiCongVan>sample string 3</d2p1:LoaiCongVan>
<d2p1:SoLuong>2</d2p1:SoLuong>
</d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
<d2p1:Color>sample string 4</d2p1:Color>
<d2p1:ID>1</d2p1:ID>
<d2p1:LoaiCongVan>sample string 3</d2p1:LoaiCongVan>
<d2p1:SoLuong>2</d2p1:SoLuong>
</d2p1:BieuDo_CongVan_TheoLoaiCongVan_ByTime>
</d2p1:ArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTime>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseOfArrayOfBieuDo_CongVan_TheoLoaiCongVan_ByTimepv1JTFkd>