- 首页
- 人资项目/组织架构-部门
- 人资项目/员工管理
- 人资项目/登录
- 人资项目/角色管理
- 人资项目/权限点管理
- 人资项目/用户相关
- 社保
- 审批
- 考勤设置管理
- 考勤管理
- 薪资配置
- 薪资管理
- 实战接口
根据用户id和考勤年月查询用户考勤归档明细
开发中
GET
/social_securitys/historys/archiveDetail/{userId}/{yearMonth}
/social_securitys/historys/archiveDetail/{userId}/{yearMonth}
请求参数
Path 参数
userId
string
用户ID
示例值:
2
yearMonth
string
参保年月
示例值:
202301
Header 参数
Authorization
string
可选
默认值:
Bearer {{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://heimahr.itheima.net/api/social_securitys/historys/archiveDetail/2/202301' \
--header 'Authorization: Bearer '
返回响应
🟢200成功
application/json
Body
success
boolean
成功标识
code
integer
成功code,10000成功,其他失败
message
string
提示信息
data
object
报文数据
id
integer | null
id
archiveId
integer | null
归档id
userId
integer
用户id
username
string
用户名
timeOfEntry
string
入职时间
mobile
string
手机号
idNumber
string | null
身份证号
theHighestDegreeOfEducation
string | null
学历
openingBank
string
开户行
bankCardNumber
string
银行卡
firstLevelDepartment
string
一级部门
twoLevelDepartment
string
二级部门
workingCity
string
工作城市
socialSecurityComputerNumber
string | null
社保电脑号
providentFundAccount
string
公积金账号
leaveDate
null
离职日期
householdRegistrationType
null
户籍类型
participatingInTheCity
string | null
参保城市
socialSecurityMonth
string | null
社保月份
socialSecurityBase
integer | null
社保基数
socialSecurity
integer | number | null
社保合计
socialSecurityEnterprise
integer | number
社保企业
socialSecurityIndividual
integer | number
社保个人
providentFundCity
string | null
公积金城市
providentFundMonth
string | null
公积金月份
providentFundBase
integer | null
公积金基数
accumulationFundEnterpriseBase
integer | null
公积金企业基数
proportionOfProvidentFundEnterprises
number | integer | null
公积金企业比例
individualBaseOfProvidentFund
integer | null
公积金个人基数
personalRatioOfProvidentFund
number | integer | null
公积金个人比例
totalProvidentFund
integer | number | null
公积金合计
providentFundEnterprises
integer | number
公积金企业
providentFundIndividual
integer | number
公积金个人
pensionEnterpriseBase
null
养老企业基数
proportionOfPensionEnterprises
null
养老企业比例
pensionEnterprise
null
养老企业
personalPensionBase
null
养老个人基数
personalPensionRatio
null
养老个人比例
oldAgeIndividual
null
养老个人
unemploymentEnterpriseBase
null
失业企业基数
proportionOfUnemployedEnterprises
null
失业企业比例
unemployedEnterprise
null
失业企业
theNumberOfUnemployedIndividuals
null
失业个人基数
percentageOfUnemployedIndividuals
null
失业个人比例
unemployedIndividual
null
失业个人
medicalEnterpriseBase
null
医疗企业基数
proportionOfMedicalEnterprises
null
医疗企业比例
medicalEnterprise
null
医疗企业
medicalPersonalBase
null
医疗个人基数
medicalPersonalRatio
null
医疗个人比例
medicalIndividual
null
医疗个人
baseOfIndustrialInjuryEnterprises
null
工伤企业基数
proportionOfIndustrialInjuryEnterprises
null
工伤企业比例
industrialInjuryEnterprise
null
工伤企业
fertilityEnterpriseBase
null
生育企业基数
proportionOfFertilityEnterprises
null
生育企业比例
childbearingEnterprise
null
生育企业
baseOfSeriousIllness
null
大病企业基数
proportionOfSeriouslyIllEnterprises
null
大病企业比例
bigDiseaseEnterprise
null
大病企业
personalBaseOfSeriousIllness
null
大病个人基数
personalProportionOfSeriousIllness
null
大病个人比例
aPersonOfGreatDisease
string
大病个人
providentFundNotes
string | null
公积金备注
socialSecurityNotes
string | null
社保备注
yearsMonth
null
社保年月
示例
{
"success": true,
"code": 0,
"message": "string",
"data": {
"id": 0,
"archiveId": 0,
"userId": 0,
"username": "string",
"timeOfEntry": "string",
"mobile": "string",
"idNumber": "string",
"theHighestDegreeOfEducation": "string",
"openingBank": "string",
"bankCardNumber": "string",
"firstLevelDepartment": "string",
"twoLevelDepartment": "string",
"workingCity": "string",
"socialSecurityComputerNumber": "string",
"providentFundAccount": "string",
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": "string",
"socialSecurityMonth": "string",
"socialSecurityBase": 0,
"socialSecurity": 0,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": "string",
"providentFundMonth": "string",
"providentFundBase": 0,
"accumulationFundEnterpriseBase": 0,
"proportionOfProvidentFundEnterprises": 0,
"individualBaseOfProvidentFund": 0,
"personalRatioOfProvidentFund": 0,
"totalProvidentFund": 0,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"aPersonOfGreatDisease": "string",
"providentFundNotes": "string",
"socialSecurityNotes": "string",
"yearsMonth": null
}
}
修改于 2023-06-09 01:46:12