GET api/LichLamViec/LichLamViecPG?TuNgay={TuNgay}&DenNgay={DenNgay}&NguoiDung={NguoiDung}&iSearch={iSearch}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TuNgay

string

Required

DenNgay

string

Required

NguoiDung

integer

Required

iSearch

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_LichLamViecPG_Result
NameDescriptionTypeAdditional information
Audit

integer

None.

Store

integer

None.

TenStore

string

None.

NGUOIDUNG

integer

None.

HOTEN

string

None.

TAIKHOAN

string

None.

StartTime_Show

string

None.

EndTime_Show

string

None.

StartTime

date

None.

EndTime

date

None.

SoCa

integer

None.

SoThung

decimal number

None.

isNgoaiKeHoach

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Audit": 1,
    "Store": 2,
    "TenStore": "sample string 3",
    "NGUOIDUNG": 1,
    "HOTEN": "sample string 4",
    "TAIKHOAN": "sample string 5",
    "StartTime_Show": "sample string 6",
    "EndTime_Show": "sample string 7",
    "StartTime": "2025-12-09T10:44:03.4711098+07:00",
    "EndTime": "2025-12-09T10:44:03.4711098+07:00",
    "SoCa": 1,
    "SoThung": 1.0,
    "isNgoaiKeHoach": true
  },
  {
    "Audit": 1,
    "Store": 2,
    "TenStore": "sample string 3",
    "NGUOIDUNG": 1,
    "HOTEN": "sample string 4",
    "TAIKHOAN": "sample string 5",
    "StartTime_Show": "sample string 6",
    "EndTime_Show": "sample string 7",
    "StartTime": "2025-12-09T10:44:03.4711098+07:00",
    "EndTime": "2025-12-09T10:44:03.4711098+07:00",
    "SoCa": 1,
    "SoThung": 1.0,
    "isNgoaiKeHoach": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_LichLamViecPG_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_LichLamViecPG_Result>
    <Audit>1</Audit>
    <EndTime>2025-12-09T10:44:03.4711098+07:00</EndTime>
    <EndTime_Show>sample string 7</EndTime_Show>
    <HOTEN>sample string 4</HOTEN>
    <NGUOIDUNG>1</NGUOIDUNG>
    <SoCa>1</SoCa>
    <SoThung>1</SoThung>
    <StartTime>2025-12-09T10:44:03.4711098+07:00</StartTime>
    <StartTime_Show>sample string 6</StartTime_Show>
    <Store>2</Store>
    <TAIKHOAN>sample string 5</TAIKHOAN>
    <TenStore>sample string 3</TenStore>
    <isNgoaiKeHoach>true</isNgoaiKeHoach>
  </SP_API_LichLamViecPG_Result>
  <SP_API_LichLamViecPG_Result>
    <Audit>1</Audit>
    <EndTime>2025-12-09T10:44:03.4711098+07:00</EndTime>
    <EndTime_Show>sample string 7</EndTime_Show>
    <HOTEN>sample string 4</HOTEN>
    <NGUOIDUNG>1</NGUOIDUNG>
    <SoCa>1</SoCa>
    <SoThung>1</SoThung>
    <StartTime>2025-12-09T10:44:03.4711098+07:00</StartTime>
    <StartTime_Show>sample string 6</StartTime_Show>
    <Store>2</Store>
    <TAIKHOAN>sample string 5</TAIKHOAN>
    <TenStore>sample string 3</TenStore>
    <isNgoaiKeHoach>true</isNgoaiKeHoach>
  </SP_API_LichLamViecPG_Result>
</ArrayOfSP_API_LichLamViecPG_Result>