- AdminApi
- hr_star管理
- hr_team管理
- hr_banner管理
- hr_mentor管理
- hr_resume管理
- hr_history管理
- hr_setting管理
- 学生管理
- 简历投递管理
- hr_team_info管理
- hr_template管理
- hr_agreement管理
- 面试阶段管理
- hr_promotion管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- hr_student_join管理
- hr_project_infos管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- hr_template_resume管理
- hr_resume_education管理
- hr_talent_assessment管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 数据看板
- AppApi
- 收藏管理
- 组队管理
- 首页banner管理
- 导师管理
- 简历信息管理
- 历史记录管理
- 消息管理
- 参数设置管理
- 学生信息管理
- 字典管理
- 简历投递管理
- 项目组队管理
- 模板管理
- hr_agreement管理
- 面试阶段管理
- 学生个人能力提升管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- 学生报名管理
- 项目信息管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- 简历模板映射表管理
- hr_resume_education管理
- 人才测评管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
批量修改招聘信息
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
PUT
/api/hrEmployment/batch
请求参数
Body 参数application/json
array of:
id
integer | null
id
enterpriseInfoId
integer | null
企业id
positionInfosId
integer | null
岗位id
name
string | null
招聘名称
address
string | null
工作地点
experience
string | null
经验要求
particulars
string | null
职位详情
modality
string | null
招聘形式
phone
string | null
联系电话
num
integer | null
招聘人数
sex
string | null
性别要求
old
string | null
年龄要求
salary
string | null
工作待遇
welfare
string | null
福利待遇
educationId
integer | null
学历字典id
lastModifyTime
string | null
修改时间
lastModifyUserId
integer | null
修改用户
createUserId
integer | null
创建用户
createTime
string | null
创建时间
refreshTime
string | null
刷新时间
payScope
string | null
薪资范围
issuer
integer | null
发布人
isrequire
string | null
任职要求
educationalRequirements
string | null
学历要求
otherRequirements
string | null
其他要求
auditState
integer | null
可选
state
integer | null
可选
示例
[
{
"id": 0,
"enterpriseInfoId": 0,
"positionInfosId": 0,
"name": "string",
"address": "string",
"experience": "string",
"particulars": "string",
"modality": "string",
"phone": "string",
"num": 0,
"sex": "string",
"old": "string",
"salary": "string",
"welfare": "string",
"educationId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"createUserId": 0,
"createTime": "string",
"refreshTime": "string",
"payScope": "string",
"issuer": 0,
"isrequire": "string",
"educationalRequirements": "string",
"otherRequirements": "string",
"auditState": 0,
"state": 0
}
]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:8001/api/hrEmployment/batch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"enterpriseInfoId": 0,
"positionInfosId": 0,
"name": "string",
"address": "string",
"experience": "string",
"particulars": "string",
"modality": "string",
"phone": "string",
"num": 0,
"sex": "string",
"old": "string",
"salary": "string",
"welfare": "string",
"educationId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"createUserId": 0,
"createTime": "string",
"refreshTime": "string",
"payScope": "string",
"issuer": 0,
"isrequire": "string",
"educationalRequirements": "string",
"otherRequirements": "string",
"auditState": 0,
"state": 0
}
]'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-05-07 07:03:43