POST api/KPBaoCaoDoanhSo/USP_KIDS_DoanhSoNhanVienBanHang

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KPDoanhSoTheoNhanVien
NameDescriptionTypeAdditional information
MaNV

string

None.

TenNV

string

None.

CuaHang

string

None.

DoanhSo

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MaNV": "sample string 1",
    "TenNV": "sample string 2",
    "CuaHang": "sample string 3",
    "DoanhSo": 1.0
  },
  {
    "MaNV": "sample string 1",
    "TenNV": "sample string 2",
    "CuaHang": "sample string 3",
    "DoanhSo": 1.0
  }
]