GET api/ban-lam-viec/du-lieu-bieu-do/cong-van/theo-linh-vuc/thang-nam/{thang}/{nam}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| thang | integer |
Required |
|
| nam | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfBieuDo_CongVan_TheoLinhVuc_ByTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | 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"
}
]
}
application/xml, text/xml
Sample:
<ResponseOfBieuDo_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: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>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseOfBieuDo_CongVan_TheoLinhVuc_ByTimepv1JTFkd>