GET api/ChamCong/DanhSachDuyetChamCong?NguoiDung={NguoiDung}&TuNgay={TuNgay}&DenNgay={DenNgay}&TimKiem={TimKiem}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| TuNgay | string |
Required |
|
| DenNgay | string |
Required |
|
| TimKiem | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_DuyetChamCong_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Audit | integer |
None. |
|
| TenStore | string |
None. |
|
| HoTen | string |
None. |
|
| NgayLamViec | string |
None. |
|
| ThoiGianCheckInKeHoach | string |
None. |
|
| ThoiGianCheckOutKeHoach | string |
None. |
|
| ThoiGianCheckInThucTe | string |
None. |
|
| ThoiGianCheckOutThucTe | string |
None. |
|
| SoGioTinhLuong | decimal number |
None. |
|
| LyDoPhanHoi | string |
None. |
|
| Loai | integer |
None. |
|
| LogoThe | string |
None. |
|
| TrangThai | integer |
None. |
|
| LyDoTuChoi | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Audit": 1,
"TenStore": "sample string 1",
"HoTen": "sample string 2",
"NgayLamViec": "sample string 3",
"ThoiGianCheckInKeHoach": "sample string 4",
"ThoiGianCheckOutKeHoach": "sample string 5",
"ThoiGianCheckInThucTe": "sample string 6",
"ThoiGianCheckOutThucTe": "sample string 7",
"SoGioTinhLuong": 1.1,
"LyDoPhanHoi": "sample string 8",
"Loai": 9,
"LogoThe": "sample string 10",
"TrangThai": 11,
"LyDoTuChoi": "sample string 12"
},
{
"Audit": 1,
"TenStore": "sample string 1",
"HoTen": "sample string 2",
"NgayLamViec": "sample string 3",
"ThoiGianCheckInKeHoach": "sample string 4",
"ThoiGianCheckOutKeHoach": "sample string 5",
"ThoiGianCheckInThucTe": "sample string 6",
"ThoiGianCheckOutThucTe": "sample string 7",
"SoGioTinhLuong": 1.1,
"LyDoPhanHoi": "sample string 8",
"Loai": 9,
"LogoThe": "sample string 10",
"TrangThai": 11,
"LyDoTuChoi": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_DuyetChamCong_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_DuyetChamCong_Result>
<Audit>1</Audit>
<HoTen>sample string 2</HoTen>
<Loai>9</Loai>
<LogoThe>sample string 10</LogoThe>
<LyDoPhanHoi>sample string 8</LyDoPhanHoi>
<LyDoTuChoi>sample string 12</LyDoTuChoi>
<NgayLamViec>sample string 3</NgayLamViec>
<SoGioTinhLuong>1.1</SoGioTinhLuong>
<TenStore>sample string 1</TenStore>
<ThoiGianCheckInKeHoach>sample string 4</ThoiGianCheckInKeHoach>
<ThoiGianCheckInThucTe>sample string 6</ThoiGianCheckInThucTe>
<ThoiGianCheckOutKeHoach>sample string 5</ThoiGianCheckOutKeHoach>
<ThoiGianCheckOutThucTe>sample string 7</ThoiGianCheckOutThucTe>
<TrangThai>11</TrangThai>
</SP_API_DuyetChamCong_Result>
<SP_API_DuyetChamCong_Result>
<Audit>1</Audit>
<HoTen>sample string 2</HoTen>
<Loai>9</Loai>
<LogoThe>sample string 10</LogoThe>
<LyDoPhanHoi>sample string 8</LyDoPhanHoi>
<LyDoTuChoi>sample string 12</LyDoTuChoi>
<NgayLamViec>sample string 3</NgayLamViec>
<SoGioTinhLuong>1.1</SoGioTinhLuong>
<TenStore>sample string 1</TenStore>
<ThoiGianCheckInKeHoach>sample string 4</ThoiGianCheckInKeHoach>
<ThoiGianCheckInThucTe>sample string 6</ThoiGianCheckInThucTe>
<ThoiGianCheckOutKeHoach>sample string 5</ThoiGianCheckOutKeHoach>
<ThoiGianCheckOutThucTe>sample string 7</ThoiGianCheckOutThucTe>
<TrangThai>11</TrangThai>
</SP_API_DuyetChamCong_Result>
</ArrayOfSP_API_DuyetChamCong_Result>