Get Time Attendance
DevelopingGET
/empeo/api/v1/time-attendancesRequest
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}
Body Params text/plain
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
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
}
]
}
Last modified: 6 months ago