POST api/ban-lam-viec/du-lieu-bieu-do/cong-van/theo-linh-vuc

Request Information

URI Parameters

None.

Body Parameters

Collection of Collection of date

Request Formats

application/json, text/json

Sample:
[
  [
    "2025-12-11T19:59:18.2188831+07:00",
    "2025-12-11T19:59:18.2188831+07:00"
  ],
  [
    "2025-12-11T19:59:18.2188831+07:00",
    "2025-12-11T19:59:18.2188831+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:18.2188831+07:00</dateTime>
    <dateTime>2025-12-11T19:59:18.2188831+07:00</dateTime>
  </ArrayOfdateTime>
  <ArrayOfdateTime>
    <dateTime>2025-12-11T19:59:18.2188831+07:00</dateTime>
    <dateTime>2025-12-11T19:59:18.2188831+07:00</dateTime>
  </ArrayOfdateTime>
</ArrayOfArrayOfdateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfListOfBieuDo_CongVan_TheoLinhVuc_ByTime
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of Collection of BieuDo_CongVan_TheoLinhVuc_ByTime

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": [
    [
      {
        "idLinhVuc": 1,
        "soLuong": 2,
        "linhVuc": "sample string 3",
        "color": "sample string 4"
      },
      {
        "idLinhVuc": 1,
        "soLuong": 2,
        "linhVuc": "sample string 3",
        "color": "sample string 4"
      }
    ],
    [
      {
        "idLinhVuc": 1,
        "soLuong": 2,
        "linhVuc": "sample string 3",
        "color": "sample string 4"
      },
      {
        "idLinhVuc": 1,
        "soLuong": 2,
        "linhVuc": "sample string 3",
        "color": "sample string 4"
      }
    ]
  ]
}

application/xml, text/xml

Sample:
<ResponseOfArrayOfBieuDo_CongVan_TheoLinhVuc_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_TheoLinhVuc_ByTime>
      <d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
        <d2p1:Color>sample string 4</d2p1:Color>
        <d2p1:IDLinhVuc>1</d2p1:IDLinhVuc>
        <d2p1:LinhVuc>sample string 3</d2p1:LinhVuc>
        <d2p1:SoLuong>2</d2p1:SoLuong>
      </d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
      <d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
        <d2p1:Color>sample string 4</d2p1:Color>
        <d2p1:IDLinhVuc>1</d2p1:IDLinhVuc>
        <d2p1:LinhVuc>sample string 3</d2p1:LinhVuc>
        <d2p1:SoLuong>2</d2p1:SoLuong>
      </d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
    </d2p1:ArrayOfBieuDo_CongVan_TheoLinhVuc_ByTime>
    <d2p1:ArrayOfBieuDo_CongVan_TheoLinhVuc_ByTime>
      <d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
        <d2p1:Color>sample string 4</d2p1:Color>
        <d2p1:IDLinhVuc>1</d2p1:IDLinhVuc>
        <d2p1:LinhVuc>sample string 3</d2p1:LinhVuc>
        <d2p1:SoLuong>2</d2p1:SoLuong>
      </d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
      <d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
        <d2p1:Color>sample string 4</d2p1:Color>
        <d2p1:IDLinhVuc>1</d2p1:IDLinhVuc>
        <d2p1:LinhVuc>sample string 3</d2p1:LinhVuc>
        <d2p1:SoLuong>2</d2p1:SoLuong>
      </d2p1:BieuDo_CongVan_TheoLinhVuc_ByTime>
    </d2p1:ArrayOfBieuDo_CongVan_TheoLinhVuc_ByTime>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseOfArrayOfBieuDo_CongVan_TheoLinhVuc_ByTimepv1JTFkd>