批量设置社保信息
PUT
https://v4.fenxi365.com/api/salary/employee/social最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
records
array[integer] | null
可选
socials
array[object (SalarySocialEmployeeDto) {10}] | null
可选
id
integer | null
可选
accountSetsId
integer | null
可选
socialId
integer | null
可选
name
string | null
可选
empId
integer | null
可选
personRatio
number | null
可选
personNum
number | null
可选
companyRatio
number | null
可选
companyNum
number | null
可选
depositBase
number | null
可选
purchase
boolean | null
是否购买社保
示例
{
"records": [
0
],
"socials": [
{
"id": 0,
"accountSetsId": 0,
"socialId": 0,
"name": "string",
"empId": 0,
"personRatio": 0,
"personNum": 0,
"companyRatio": 0,
"companyNum": 0,
"depositBase": 0
}
],
"purchase": true
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前