Appearance
取得指定月份薪資報表
GET
/acc/genSalary
Parameters
Query Parameters
year*
指定年份從 2023 開始
Typestring
RequiredExamples
202320242025month*
月份
Typestring
RequiredExamples
123456789101112empId
Typestring
Responses
Ok
application/json
JSON
{
"empId": "string",
"empName": "string",
"salaryType": "string",
"scheHours": 0,
"attendHours": 0,
"hourlySalary": 0,
"basicSalary": 0,
"late": {
"minutes": 0,
"deduction": 0
},
"early": {
"minutes": 0,
"deduction": 0
},
"absence": {
"days": 0,
"deduction": 0
},
"overtime": {
"taxIncluded": {
"hours": 0,
"pay": 0
},
"taxExcluded": {
"hours": 0,
"pay": 0
}
},
"leave": {
"personal": {
"hours": 0,
"deduction": 0
},
"illness": {
"hours": 0,
"deduction": 0
}
}
}
GET
/acc/genSalary