POST api/ChiTieuDoanhSoCuaHang/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_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaCuaHang | string |
None. |
|
| TenCuaHang | string |
None. |
|
| ChiTieu | decimal number |
None. |
|
| ChiTieuNHR | decimal number |
None. |
|
| MaQuanLyVung | string |
None. |
|
| TenQuanLyVung | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "daaba1f9-4c1e-41be-9733-5bd59f302687",
"Nam": 2,
"Thang": 3,
"MaCuaHang": "sample string 4",
"TenCuaHang": "sample string 5",
"ChiTieu": 1.0,
"ChiTieuNHR": 1.0,
"MaQuanLyVung": "sample string 6",
"TenQuanLyVung": "sample string 7",
"Status": 8
},
{
"GuidID": "daaba1f9-4c1e-41be-9733-5bd59f302687",
"Nam": 2,
"Thang": 3,
"MaCuaHang": "sample string 4",
"TenCuaHang": "sample string 5",
"ChiTieu": 1.0,
"ChiTieuNHR": 1.0,
"MaQuanLyVung": "sample string 6",
"TenQuanLyVung": "sample string 7",
"Status": 8
}
]