GET api/CuaHang/TongKetTheoNgayChiTiet2?Ngay={Ngay}&NguoiDung={NguoiDung}&Store={Store}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ngay | string |
Required |
|
| NguoiDung | integer |
Required |
|
| Store | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_TongKetTheoNgayChiTiet2_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TenSanPham | string |
None. |
|
| SoLuong | integer |
None. |
|
| DonGiaBan | string |
None. |
|
| ThanhTien | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TenSanPham": "sample string 1",
"SoLuong": 1,
"DonGiaBan": "sample string 2",
"ThanhTien": "sample string 3"
},
{
"TenSanPham": "sample string 1",
"SoLuong": 1,
"DonGiaBan": "sample string 2",
"ThanhTien": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_TongKetTheoNgayChiTiet2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_TongKetTheoNgayChiTiet2_Result>
<DonGiaBan>sample string 2</DonGiaBan>
<SoLuong>1</SoLuong>
<TenSanPham>sample string 1</TenSanPham>
<ThanhTien>sample string 3</ThanhTien>
</SP_API_TongKetTheoNgayChiTiet2_Result>
<SP_API_TongKetTheoNgayChiTiet2_Result>
<DonGiaBan>sample string 2</DonGiaBan>
<SoLuong>1</SoLuong>
<TenSanPham>sample string 1</TenSanPham>
<ThanhTien>sample string 3</ThanhTien>
</SP_API_TongKetTheoNgayChiTiet2_Result>
</ArrayOfSP_API_TongKetTheoNgayChiTiet2_Result>