GET api/CuaHang/TongKetO2OTheoNgay?Ngay={Ngay}&NguoiDung={NguoiDung}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ngay

string

Required

NguoiDung

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_TongKetO2OTheoNgay_Result
NameDescriptionTypeAdditional information
TenNPP

string

None.

ChiTieu

integer

None.

SoLuongDoi

integer

None.

MaChiNhanh

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TenNPP": "sample string 1",
    "ChiTieu": 1,
    "SoLuongDoi": 1,
    "MaChiNhanh": "sample string 2"
  },
  {
    "TenNPP": "sample string 1",
    "ChiTieu": 1,
    "SoLuongDoi": 1,
    "MaChiNhanh": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_TongKetO2OTheoNgay_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_TongKetO2OTheoNgay_Result>
    <ChiTieu>1</ChiTieu>
    <MaChiNhanh>sample string 2</MaChiNhanh>
    <SoLuongDoi>1</SoLuongDoi>
    <TenNPP>sample string 1</TenNPP>
  </SP_API_TongKetO2OTheoNgay_Result>
  <SP_API_TongKetO2OTheoNgay_Result>
    <ChiTieu>1</ChiTieu>
    <MaChiNhanh>sample string 2</MaChiNhanh>
    <SoLuongDoi>1</SoLuongDoi>
    <TenNPP>sample string 1</TenNPP>
  </SP_API_TongKetO2OTheoNgay_Result>
</ArrayOfSP_API_TongKetO2OTheoNgay_Result>