POST api/KPBaoCaoDoanhSo/USP_KIDS_LuongDSTamTinhNVBH
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 KPDoanhSoLuongTamTinh| Name | Description | Type | Additional information |
|---|---|---|---|
| MaNV | string |
None. |
|
| TenNV | string |
None. |
|
| DoanhSoFMCG | decimal number |
None. |
|
| DoanhSoKhac | decimal number |
None. |
|
| LuongFMCG | decimal number |
None. |
|
| LuongNganhConLai | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MaNV": "sample string 1",
"TenNV": "sample string 2",
"DoanhSoFMCG": 1.0,
"DoanhSoKhac": 1.0,
"LuongFMCG": 1.0,
"LuongNganhConLai": 1.0
},
{
"MaNV": "sample string 1",
"TenNV": "sample string 2",
"DoanhSoFMCG": 1.0,
"DoanhSoKhac": 1.0,
"LuongFMCG": 1.0,
"LuongNganhConLai": 1.0
}
]