GET api/ThongKe/KPI_DoanhSoThang?NguoiDung={NguoiDung}&Ngay={Ngay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| Ngay | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_KPI_DoanhSoThang_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SoLuongDaBan | decimal number |
None. |
|
| SoChiTieu | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SoLuongDaBan": 1.0,
"SoChiTieu": 1
},
{
"SoLuongDaBan": 1.0,
"SoChiTieu": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_KPI_DoanhSoThang_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_KPI_DoanhSoThang_Result>
<SoChiTieu>1</SoChiTieu>
<SoLuongDaBan>1</SoLuongDaBan>
</SP_API_KPI_DoanhSoThang_Result>
<SP_API_KPI_DoanhSoThang_Result>
<SoChiTieu>1</SoChiTieu>
<SoLuongDaBan>1</SoLuongDaBan>
</SP_API_KPI_DoanhSoThang_Result>
</ArrayOfSP_API_KPI_DoanhSoThang_Result>