Authorization: ********************{
"projectCode": "TESTOPENAPI",
"taskId": "311",
"employeeCode": "00001",
"date": "2026-03-30",
"time": "02:30",
"description": "Implement API integration for customer sync"
}curl --location 'https://api.gofive.co.th/empeo/api/v1/timesheets/entries' \
--header 'Ocp-Apim-Subscription-Key: <key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"projectCode": "TESTOPENAPI",
"taskId": "311",
"employeeCode": "00001",
"date": "2026-03-30",
"time": "02:30",
"description": "Implement API integration for customer sync"
}'{
"status": {
"code": "200",
"description": "Timesheet entry has been created successfully"
},
"data": {
"projectCode": "PJ-240001",
"taskId": "TASK-1001",
"employeeCode": "EMP00045",
"date": "2026-03-30",
"time": "02:30",
"description": "Implement API integration for customer sync",
"createdAt": "2026-03-30T10:15:23Z"
}
}