GET api/ThongKe/KPI_LoaiCuaHang?NguoiDung={NguoiDung}&Ngay={Ngay}&NhaPP={NhaPP}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| Ngay | string |
Required |
|
| NhaPP | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_KPI_ThongKeLoaiCuaHang_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TheoNgay | integer |
None. |
|
| TheoThang | integer |
None. |
|
| TenTheThanhVien | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TheoNgay": 1,
"TheoThang": 1,
"TenTheThanhVien": "sample string 1"
},
{
"TheoNgay": 1,
"TheoThang": 1,
"TenTheThanhVien": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_KPI_ThongKeLoaiCuaHang_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_KPI_ThongKeLoaiCuaHang_Result>
<TenTheThanhVien>sample string 1</TenTheThanhVien>
<TheoNgay>1</TheoNgay>
<TheoThang>1</TheoThang>
</SP_API_KPI_ThongKeLoaiCuaHang_Result>
<SP_API_KPI_ThongKeLoaiCuaHang_Result>
<TenTheThanhVien>sample string 1</TenTheThanhVien>
<TheoNgay>1</TheoNgay>
<TheoThang>1</TheoThang>
</SP_API_KPI_ThongKeLoaiCuaHang_Result>
</ArrayOfSP_API_KPI_ThongKeLoaiCuaHang_Result>