POST api/PKD_MucTieuDoanhSoNhanVien/DanhGiaDoSoSinh
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_MucTieuDoanhSoNhanVien_DanhGiaDoSoSinh_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| MaNV | string |
None. |
|
| TenNV | string |
None. |
|
| MaCH | string |
None. |
|
| TenCH | string |
None. |
|
| DSMucTieu | decimal number |
None. |
|
| DSDuKien | decimal number |
None. |
|
| DSThucDat | decimal number |
None. |
|
| TyLeDat | decimal number |
None. |
|
| TyLeTangTruong | decimal number |
None. |
|
| TrangThai | string |
None. |
|
| KySoLieu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MaNV": "sample string 1",
"TenNV": "sample string 2",
"MaCH": "sample string 3",
"TenCH": "sample string 4",
"DSMucTieu": 1.0,
"DSDuKien": 1.0,
"DSThucDat": 1.0,
"TyLeDat": 1.0,
"TyLeTangTruong": 1.0,
"TrangThai": "sample string 5",
"KySoLieu": "sample string 6"
},
{
"MaNV": "sample string 1",
"TenNV": "sample string 2",
"MaCH": "sample string 3",
"TenCH": "sample string 4",
"DSMucTieu": 1.0,
"DSDuKien": 1.0,
"DSThucDat": 1.0,
"TyLeDat": 1.0,
"TyLeTangTruong": 1.0,
"TrangThai": "sample string 5",
"KySoLieu": "sample string 6"
}
]