- 短链数据
- 技术文档
- 考勤管理系统
- 面试管理
- 1.4.8
- 微信接口
- 1.5.0
- 1.5.1
- 1.5.2
- 1.5.4
- 1.5.5
- 1.5.6
- 支付宝开发
- 0323
- 导出报表数据处理
- 1.5.8(小程序招聘需求模块迭代)
- 1.5.8迭代
- 填鴨
- 1.5.9
- 1.6.0
- 1.6.1
- 灵兔支付系统对接
- 1.6.2
- 引导关注的公众号改为“点点易聘”
- 1.6.3
- 1.6.4-0
- 1.6.4
- 1.6.5 出差功能
- MinIO工具接口
- 1.6.6 自定义页面
- 1.6.6同步部门项目
- MinIo全面普及,历史数据处理
- 1.6.7公出迭代
- 1.6.8
- 根据key批量获取配置POST
- 获取短链GET
- 本地测试接口GET
- 本地测试接口 CopyGET
- 未命名接口GET
- 未命名接口 CopyGET
候选人信息修改--教育经历
开发中
POST
/preliminary-screening/candidateEducation
请求参数
Body 参数application/json
candidateDemandDeliverRecordsId
integer
必需
type
integer
必需
candidateResumeEducateRecords
array [object {9}]
必需
id
string
id
candidateResumeId
string
简历ID
education
string
学 历
schoolName
string
学校名
startTime
string
入学时间
endTime
string
毕业时间
major
string
专业
isDeleted
integer
必需
isSoFar
boolean
必需
示例
{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"candidateResumeEducateRecords": [
{
"id": "string",
"candidateResumeId": "string",
"education": "string",
"schoolName": "string",
"startTime": "string",
"endTime": "string",
"major": "string",
"isDeleted": 0,
"isSoFar": true
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/preliminary-screening/candidateEducation' \
--header 'Content-Type: application/json' \
--data-raw '{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"candidateResumeEducateRecords": [
{
"id": "string",
"candidateResumeId": "string",
"education": "string",
"schoolName": "string",
"startTime": "string",
"endTime": "string",
"major": "string",
"isDeleted": 0,
"isSoFar": true
}
]
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
array [object {7}]
必需
id
integer
必需
name
string | null
姓名
phone
string | null
手机号
postName
string
投递岗位
itemName
string
所属项目
channelSource
string
渠道来源
pushDate
string
投递时间
示例
{
"msg": "string",
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"phone": "string",
"postName": "string",
"itemName": "string",
"channelSource": "string",
"pushDate": "string"
}
]
}
修改于 2023-06-13 06:14:59