Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. Attendance
  • Authentication API
    • Authorization
      POST
  • Employee
    • Get Employee
      GET
    • Update Employee
      PUT
    • Get List Employees
      GET
    • Get Employees List
      GET
    • Get Mastertypes List
      GET
    • Get Name Prefixes
      GET
    • Get Document Types
      GET
    • Update Employee
      POST
    • Add Employee Attachment
      POST
    • Update Employee Address
      POST
    • Update Employee Family
      POST
    • Update Employee Information
      POST
    • Update Employee Shifts
      POST
    • Update Employee Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Shifts
      GET
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Leave
    • Get Employee Documents
      POST
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
    • Get Shift Details
      GET
  • Payroll
    • Create Loan
    • Get Loan (Draft)
    • Get Cost Center
    • Get Financial Transactions
    • Update Financial Transactions
  • Attendance
    • Get Time Attendance
      GET
    • Get Time Attendances Lite
      GET
  • Welfare
    • Get Shuttle Buses
    • Get Passengers
  • Time
    • Workin
    • Get Employee WorkIn Site
    • Get Timestamps
    • Get TimeStamp Attachments
    • Get Workin Sites
    • Get IOMO Logs
    • Add Timestamps
  • AppMan
    • Update status criminal checker
    • Send Email Notification when completed
  • Asset
    • Get Asset list
    • Update Asset
    • Get Employee Assets
  • Recruitment
    • Get Candidate
  1. Attendance

Get Time Attendance

Developing
GET
https://api.gofive.co.th/empeo/api/v1/time-attendances

Request

Query Params
EmployeeRefId
string 
optional
Example:
63000
CompanyName
string 
required
Example:
เอมพริโอ้ จำกัด
DateStart
string 
required
Example:
2024-01-01
DateEnd
array[string]
required
Example:
["2024-03-31","2024-05-03"]
Header Params
Content-Type
string 
required
Example:
application/json
Ocp-Apim-Subscription-Key
string 
required
Example:
d4e1bcfbb8bb4c1585fd86eb5d3957d8
Cookie
string 
required
Example:
x-DeviceId=D5AA13F9DA5CF5E025CA3A1A1343FE0A
Authorization
string 
optional
Example:
bearer {token}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gofive.co.th/empeo/api/v1/time-attendances?EmployeeRefId=63000&CompanyName=เอมพริโอ้ จำกัด&DateStart=2024-01-01&DateEnd=2024-03-31&DateEnd=2024-05-03' \
--header 'Ocp-Apim-Subscription-Key: d4e1bcfbb8bb4c1585fd86eb5d3957d8' \
--header 'Authorization: bearer {token}' \
--header 'Cookie: x-DeviceId=D5AA13F9DA5CF5E025CA3A1A1343FE0A' \
--header 'Content-Type: application/json' \
--data-raw ''

Responses

🟢200Success
application/json
Body
status
object 
required
code
string 
required
description
string 
required
data
array [object {23}] 
required
userId
string 
required
date
string 
required
stampIn
string  | null 
required
stampOut
string  | null 
required
realStampIn
string  | null 
required
realStampOut
string  | null 
required
workTime
integer 
required
late
integer 
required
early
integer 
required
absence
integer 
required
employeeNo
string 
required
fullName
string 
required
fullName_EN
string 
required
shiftName
string 
required
shiftName_EN
string 
required
status
string 
required
status_EN
string 
required
leaveCodeString
string 
required
totalMinuteOfOT
integer 
required
minuteOfOT1
integer 
required
minuteOfOT2
integer 
required
minuteOfOT3
integer 
required
minuteOfOT4
integer 
required
Example
{
  "status": {
    "code": "1000",
    "description": "Success"
  },
  "data": [
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-01T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-02T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-03T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-04T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-05T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-06T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-07T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-08T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-09T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-10T00:00:00",
      "stampIn": "2024-01-10T09:13:00",
      "stampOut": null,
      "realStampIn": "2024-01-10T09:13:00",
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ไม่ทาบออก",
      "status_EN": "No Stamp Out",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-11T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-12T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-13T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-14T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-15T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "L240100002|5636179|6",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-16T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-17T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-18T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-19T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-20T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-21T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-22T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-23T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-24T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-25T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-26T00:00:00",
      "stampIn": "2024-01-26T08:00:00",
      "stampOut": "2024-01-26T17:00:00",
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 480,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ปกติ",
      "status_EN": "Normal",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-27T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-28T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-29T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-30T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-01-31T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-01T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-02T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-03T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-04T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-05T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-06T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-07T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-08T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-09T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-10T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-11T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-12T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-13T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-14T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-15T00:00:00",
      "stampIn": null,
      "stampOut": "2024-02-15T18:07:00",
      "realStampIn": null,
      "realStampOut": "2024-02-15T18:07:00",
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ไม่ทาบเข้า",
      "status_EN": "No Stamp In",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-16T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-17T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-18T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-19T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-20T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-21T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-22T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-23T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-24T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-25T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-26T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-27T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-28T00:00:00",
      "stampIn": "2024-02-28T08:52:00",
      "stampOut": null,
      "realStampIn": "2024-02-28T08:52:00",
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ไม่ทาบออก",
      "status_EN": "No Stamp Out",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-02-29T00:00:00",
      "stampIn": "2024-02-29T08:52:00",
      "stampOut": null,
      "realStampIn": "2024-02-29T08:52:00",
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ไม่ทาบออก",
      "status_EN": "No Stamp Out",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-01T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-02T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-03T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "1111",
      "shiftName_EN": "1111",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-04T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "13.00-22.00 PK",
      "shiftName_EN": "13.00-22.00 PK",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-05T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-06T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-07T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-08T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-09T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-10T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-11T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-12T00:00:00",
      "stampIn": "2024-03-12T09:08:00",
      "stampOut": null,
      "realStampIn": "2024-03-12T09:08:00",
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ไม่ทาบออก",
      "status_EN": "No Stamp Out",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-13T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-14T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-15T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-16T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-17T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-18T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-19T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-20T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-21T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-22T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-23T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-24T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-25T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-26T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-27T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-28T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-29T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 510,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "ขาดงาน",
      "status_EN": "Absent",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-30T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    },
    {
      "userId": "{EEA2CD94-05B2-448B-9829-8A9300F9CDDA}",
      "date": "2024-03-31T00:00:00",
      "stampIn": null,
      "stampOut": null,
      "realStampIn": null,
      "realStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "employeeNo": "63000",
      "fullName": "อมรพงศ์ จีรทวีกิจ",
      "fullName_EN": "Amornporn Jeerataveekij",
      "shiftName": "8:30 - 18:00 ลอง",
      "shiftName_EN": "8:30 - 18:00 Test",
      "status": "วันหยุด",
      "status_EN": "Holiday",
      "leaveCodeString": "",
      "totalMinuteOfOT": 0,
      "minuteOfOT1": 0,
      "minuteOfOT2": 0,
      "minuteOfOT3": 0,
      "minuteOfOT4": 0
    }
  ]
}
🟠401User authentication required V2.
Previous
Update Financial Transactions
Next
Get Time Attendances Lite
Built with