GET api/CuaHang/TongKetTheoThang2?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_TongKetTheoThang2_Result
NameDescriptionTypeAdditional information
TenStore

string

None.

TenTheThanhVien

string

None.

SoThung

decimal number

None.

SoLuongBan

decimal number

None.

Store

integer

None.

LogoThe

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TenStore": "sample string 1",
    "TenTheThanhVien": "sample string 2",
    "SoThung": 1.0,
    "SoLuongBan": 1.0,
    "Store": 3,
    "LogoThe": "sample string 4"
  },
  {
    "TenStore": "sample string 1",
    "TenTheThanhVien": "sample string 2",
    "SoThung": 1.0,
    "SoLuongBan": 1.0,
    "Store": 3,
    "LogoThe": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_TongKetTheoThang2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_TongKetTheoThang2_Result>
    <LogoThe>sample string 4</LogoThe>
    <SoLuongBan>1</SoLuongBan>
    <SoThung>1</SoThung>
    <Store>3</Store>
    <TenStore>sample string 1</TenStore>
    <TenTheThanhVien>sample string 2</TenTheThanhVien>
  </SP_API_TongKetTheoThang2_Result>
  <SP_API_TongKetTheoThang2_Result>
    <LogoThe>sample string 4</LogoThe>
    <SoLuongBan>1</SoLuongBan>
    <SoThung>1</SoThung>
    <Store>3</Store>
    <TenStore>sample string 1</TenStore>
    <TenTheThanhVien>sample string 2</TenTheThanhVien>
  </SP_API_TongKetTheoThang2_Result>
</ArrayOfSP_API_TongKetTheoThang2_Result>