GET api/CuaHang/DanhSach?NguoiDung={NguoiDung}&TimKiem={TimKiem}&Ngay={Ngay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| TimKiem | string |
Required |
|
| Ngay | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_CuaHang_DanhSach_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Audit | integer |
None. |
|
| Store | integer |
None. |
|
| MaStore | string |
None. |
|
| TenStore | string |
None. |
|
| DiaChi | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| ThoiGianCheckIn | string |
None. |
|
| ThoiGianCheckOut | string |
None. |
|
| Location | string |
None. |
|
| LogoThe | string |
None. |
|
| TheThanhVien | integer |
None. |
|
| SoCa | integer |
None. |
|
| LoaiLamViec | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Audit": 1,
"Store": 2,
"MaStore": "sample string 3",
"TenStore": "sample string 4",
"DiaChi": "sample string 5",
"StartTime": "sample string 6",
"EndTime": "sample string 7",
"ThoiGianCheckIn": "sample string 8",
"ThoiGianCheckOut": "sample string 9",
"Location": "sample string 10",
"LogoThe": "sample string 11",
"TheThanhVien": 1,
"SoCa": 1,
"LoaiLamViec": "sample string 12"
},
{
"Audit": 1,
"Store": 2,
"MaStore": "sample string 3",
"TenStore": "sample string 4",
"DiaChi": "sample string 5",
"StartTime": "sample string 6",
"EndTime": "sample string 7",
"ThoiGianCheckIn": "sample string 8",
"ThoiGianCheckOut": "sample string 9",
"Location": "sample string 10",
"LogoThe": "sample string 11",
"TheThanhVien": 1,
"SoCa": 1,
"LoaiLamViec": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_CuaHang_DanhSach_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_CuaHang_DanhSach_Result>
<Audit>1</Audit>
<DiaChi>sample string 5</DiaChi>
<EndTime>sample string 7</EndTime>
<LoaiLamViec>sample string 12</LoaiLamViec>
<Location>sample string 10</Location>
<LogoThe>sample string 11</LogoThe>
<MaStore>sample string 3</MaStore>
<SoCa>1</SoCa>
<StartTime>sample string 6</StartTime>
<Store>2</Store>
<TenStore>sample string 4</TenStore>
<TheThanhVien>1</TheThanhVien>
<ThoiGianCheckIn>sample string 8</ThoiGianCheckIn>
<ThoiGianCheckOut>sample string 9</ThoiGianCheckOut>
</SP_API_CuaHang_DanhSach_Result>
<SP_API_CuaHang_DanhSach_Result>
<Audit>1</Audit>
<DiaChi>sample string 5</DiaChi>
<EndTime>sample string 7</EndTime>
<LoaiLamViec>sample string 12</LoaiLamViec>
<Location>sample string 10</Location>
<LogoThe>sample string 11</LogoThe>
<MaStore>sample string 3</MaStore>
<SoCa>1</SoCa>
<StartTime>sample string 6</StartTime>
<Store>2</Store>
<TenStore>sample string 4</TenStore>
<TheThanhVien>1</TheThanhVien>
<ThoiGianCheckIn>sample string 8</ThoiGianCheckIn>
<ThoiGianCheckOut>sample string 9</ThoiGianCheckOut>
</SP_API_CuaHang_DanhSach_Result>
</ArrayOfSP_API_CuaHang_DanhSach_Result>