POST api/ChiTieuDoanhSoNganhHang_TheoMien/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_ChiTieuDoanhSoNganhHang_TheoMienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| Mien | string |
None. |
|
| ChiTieuMBSS | decimal number |
None. |
|
| ChiTieuSuaBot | decimal number |
None. |
|
| ChiTieuBimTa | decimal number |
None. |
|
| ChiTieuDoSoSinh | decimal number |
None. |
|
| ChiTieuDoDung | decimal number |
None. |
|
| ChiTieuThoiTrang | decimal number |
None. |
|
| ChiTieuDoChoi | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "e91c846f-ac81-4924-85fe-b3d8b634cc24",
"Nam": 2,
"Thang": 3,
"Mien": "sample string 4",
"ChiTieuMBSS": 1.0,
"ChiTieuSuaBot": 1.0,
"ChiTieuBimTa": 1.0,
"ChiTieuDoSoSinh": 1.0,
"ChiTieuDoDung": 1.0,
"ChiTieuThoiTrang": 1.0,
"ChiTieuDoChoi": 1.0
},
{
"GuidID": "e91c846f-ac81-4924-85fe-b3d8b634cc24",
"Nam": 2,
"Thang": 3,
"Mien": "sample string 4",
"ChiTieuMBSS": 1.0,
"ChiTieuSuaBot": 1.0,
"ChiTieuBimTa": 1.0,
"ChiTieuDoSoSinh": 1.0,
"ChiTieuDoDung": 1.0,
"ChiTieuThoiTrang": 1.0,
"ChiTieuDoChoi": 1.0
}
]