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