GET api/PKD_MucTieuDoanhSoNhanVien/GetMuctieuDS?iYear={iYear}&iMonth={iMonth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iYear | integer |
Required |
|
| iMonth | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PKD_MucTieuDoanhSoNhanVienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| timestamp | Collection of byte |
None. |
|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaCH | string |
None. |
|
| MaNV | string |
None. |
|
| TenCH | string |
None. |
|
| TenNV | string |
None. |
|
| MucTieuDS | decimal number |
None. |
|
| MucTieuNHR | decimal number |
None. |
|
| MucTieuDSS | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"timestamp": "QEA=",
"GuidID": "35f0ce8d-d9ba-48a0-baf6-15b3230b2b5a",
"Nam": 2,
"Thang": 3,
"MaCH": "sample string 4",
"MaNV": "sample string 5",
"TenCH": "sample string 6",
"TenNV": "sample string 7",
"MucTieuDS": 1.0,
"MucTieuNHR": 1.0,
"MucTieuDSS": 1.0
},
{
"timestamp": "QEA=",
"GuidID": "35f0ce8d-d9ba-48a0-baf6-15b3230b2b5a",
"Nam": 2,
"Thang": 3,
"MaCH": "sample string 4",
"MaNV": "sample string 5",
"TenCH": "sample string 6",
"TenNV": "sample string 7",
"MucTieuDS": 1.0,
"MucTieuNHR": 1.0,
"MucTieuDSS": 1.0
}
]