GET api/CuaHang/DanhSach2?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_2_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Store | integer |
None. |
|
| MaStore | string |
None. |
|
| TenStore | string |
None. |
|
| DiaChi | string |
None. |
|
| LogoThe | string |
None. |
|
| Audit | integer |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| ThoiGianCheckIn | string |
None. |
|
| ThoiGianCheckOut | string |
None. |
|
| Location | string |
None. |
|
| TheThanhVien | integer |
None. |
|
| SoCa | integer |
None. |
|
| LoaiLamViec | string |
None. |
|
| TrangThaiXinNghi | integer |
None. |
|
| NhomCuaHang2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Store": 1,
"MaStore": "sample string 2",
"TenStore": "sample string 3",
"DiaChi": "sample string 4",
"LogoThe": "sample string 5",
"Audit": 6,
"StartTime": "sample string 7",
"EndTime": "sample string 8",
"ThoiGianCheckIn": "sample string 9",
"ThoiGianCheckOut": "sample string 10",
"Location": "sample string 11",
"TheThanhVien": 1,
"SoCa": 1,
"LoaiLamViec": "sample string 12",
"TrangThaiXinNghi": 13,
"NhomCuaHang2": 1
},
{
"Store": 1,
"MaStore": "sample string 2",
"TenStore": "sample string 3",
"DiaChi": "sample string 4",
"LogoThe": "sample string 5",
"Audit": 6,
"StartTime": "sample string 7",
"EndTime": "sample string 8",
"ThoiGianCheckIn": "sample string 9",
"ThoiGianCheckOut": "sample string 10",
"Location": "sample string 11",
"TheThanhVien": 1,
"SoCa": 1,
"LoaiLamViec": "sample string 12",
"TrangThaiXinNghi": 13,
"NhomCuaHang2": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_CuaHang_DanhSach_2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_CuaHang_DanhSach_2_Result>
<Audit>6</Audit>
<DiaChi>sample string 4</DiaChi>
<EndTime>sample string 8</EndTime>
<LoaiLamViec>sample string 12</LoaiLamViec>
<Location>sample string 11</Location>
<LogoThe>sample string 5</LogoThe>
<MaStore>sample string 2</MaStore>
<NhomCuaHang2>1</NhomCuaHang2>
<SoCa>1</SoCa>
<StartTime>sample string 7</StartTime>
<Store>1</Store>
<TenStore>sample string 3</TenStore>
<TheThanhVien>1</TheThanhVien>
<ThoiGianCheckIn>sample string 9</ThoiGianCheckIn>
<ThoiGianCheckOut>sample string 10</ThoiGianCheckOut>
<TrangThaiXinNghi>13</TrangThaiXinNghi>
</SP_API_CuaHang_DanhSach_2_Result>
<SP_API_CuaHang_DanhSach_2_Result>
<Audit>6</Audit>
<DiaChi>sample string 4</DiaChi>
<EndTime>sample string 8</EndTime>
<LoaiLamViec>sample string 12</LoaiLamViec>
<Location>sample string 11</Location>
<LogoThe>sample string 5</LogoThe>
<MaStore>sample string 2</MaStore>
<NhomCuaHang2>1</NhomCuaHang2>
<SoCa>1</SoCa>
<StartTime>sample string 7</StartTime>
<Store>1</Store>
<TenStore>sample string 3</TenStore>
<TheThanhVien>1</TheThanhVien>
<ThoiGianCheckIn>sample string 9</ThoiGianCheckIn>
<ThoiGianCheckOut>sample string 10</ThoiGianCheckOut>
<TrangThaiXinNghi>13</TrangThaiXinNghi>
</SP_API_CuaHang_DanhSach_2_Result>
</ArrayOfSP_API_CuaHang_DanhSach_2_Result>