POST api/ChiTieuDoanhSoOnline/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 KIDS_ChiTieu_ONLINE_TheoDauHDModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaNhanVien | string |
None. |
|
| MaCuaHang | string |
None. |
|
| TenNhanVien | string |
None. |
|
| TongChiTieuNganhHang | decimal number |
None. |
|
| ChiTieuFMCG | decimal number |
None. |
|
| ChiTieuDoSoSinh | decimal number |
None. |
|
| ChiTieuDoChoi | decimal number |
None. |
|
| ChiTieuDoDung | decimal number |
None. |
|
| ChiTieuNoiThatVaXe | decimal number |
None. |
|
| ChiTieuThoiTrangPhuKien | decimal number |
None. |
|
| ChiTieuDichVuChinhSach | decimal number |
None. |
|
| ChiTieuVatTuDungCu | decimal number |
None. |
|
| ChiTieuDoDungVPP | decimal number |
None. |
|
| ChiTieuNHR | decimal number |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "829134b7-6d83-4bb6-932f-0ebda8094a02",
"Nam": 2,
"Thang": 3,
"MaNhanVien": "sample string 4",
"MaCuaHang": "sample string 5",
"TenNhanVien": "sample string 6",
"TongChiTieuNganhHang": 1.0,
"ChiTieuFMCG": 1.0,
"ChiTieuDoSoSinh": 1.0,
"ChiTieuDoChoi": 1.0,
"ChiTieuDoDung": 1.0,
"ChiTieuNoiThatVaXe": 1.0,
"ChiTieuThoiTrangPhuKien": 1.0,
"ChiTieuDichVuChinhSach": 1.0,
"ChiTieuVatTuDungCu": 1.0,
"ChiTieuDoDungVPP": 1.0,
"ChiTieuNHR": 1.0,
"Status": 7
},
{
"GuidID": "829134b7-6d83-4bb6-932f-0ebda8094a02",
"Nam": 2,
"Thang": 3,
"MaNhanVien": "sample string 4",
"MaCuaHang": "sample string 5",
"TenNhanVien": "sample string 6",
"TongChiTieuNganhHang": 1.0,
"ChiTieuFMCG": 1.0,
"ChiTieuDoSoSinh": 1.0,
"ChiTieuDoChoi": 1.0,
"ChiTieuDoDung": 1.0,
"ChiTieuNoiThatVaXe": 1.0,
"ChiTieuThoiTrangPhuKien": 1.0,
"ChiTieuDichVuChinhSach": 1.0,
"ChiTieuVatTuDungCu": 1.0,
"ChiTieuDoDungVPP": 1.0,
"ChiTieuNHR": 1.0,
"Status": 7
}
]