Skip to content

取得指定月份薪資報表

GET
/acc/genSalary

Parameters

Query Parameters

year*

指定年份從 2023 開始

Typestring
Required
Examples
202320242025
month*

月份

Typestring
Required
Examples
123456789101112
empId
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
}
}
}

Samples

Powered by VitePress OpenAPI