POST api/PKD_MucTieuDoanhSoNhanVien/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "124e6852-a2f4-44e7-89d8-dd3160d9acdd",
"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": "124e6852-a2f4-44e7-89d8-dd3160d9acdd",
"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
}
]