POST api/ChiTieuDoanhSoCuaHang/GetDataItem
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
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": "d086bf8f-3953-450d-b805-b6652526ab18",
"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
}