curl --location --request GET 'https://api.mokahr.com/api-platform/v2/syncCandidates' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId":"livingsimple",
"candidateName": "test",
"candidatePhone": "18700998899",
"candidateEmail": "1234@test.com",
"note": "测试备注",
"talentPoolId": 200000131,
"email": "xiedi@mokahr.com",
"resignDepartment": "离职部门",
"reason": 1,
"detail": "世界那么大,我想去看看",
"time": "2020-01-01 00:00:00",
"channelType": 5,
"channelName": "人才库",
"source": 0,
"jobId": "07af7045-b4e7-43eb-ba64-87128c4df3bf",
"candidateAge": 18,
"candidateGender": "男",
"candidateLastCompany": "天南",
"candidateLastSpeciality": "化工",
"candidateAcademicDegree": "本科",
"hiredTime": "2020-01-01 00:00:00",
"educationInfo": [
{
"school": "北京大学",
"startDate": "2014-09",
"endDate": "2017-06",
"speciality": "软件工程",
"academicDegree": "本科"
}
],
"experienceInfo": [
{
"company": "百度",
"startDate": "2014-09",
"endDate": "2017-06",
"title": "初级工程师",
"summary": "负责产品功能实现"
},{
"company": "百度",
"startDate": "2014-09",
"endDate": "2017-06",
"title": "初级工程师",
"summary": "负责产品功能实现"
}
],
"projectInfo": [
{
"projectName": "项目1",
"startDate": "2017-01",
"endDate": "2017-11",
"projectDescription": "项目功能描述",
"title": "后端工程师",
"responsibilities": "项目职责"
},
{
"projectName": "项目2",
"startDate": "2017-01",
"endDate": "2017-11",
"projectDescription": "项目功能描述",
"title": "后端工程师",
"responsibilities": "项目职责"
}
],
"practiceInfo": [
{
"company": "腾讯",
"title": "实习工程师",
"startDate": "2017-01",
"endDate": "2017-11",
"summary": "负责简单的功能实现"
},{
"company": "腾讯",
"title": "实习工程师",
"startDate": "2017-01",
"endDate": "2017-11",
"summary": "负责简单的功能实现"
}
],
"jobIntention": {
"aimSalary": "7000-13000元/月",
"forwardLocation": "北京"
},
"selfDescription": {
"personal": "人经历丰富,在校担任过部长,主持人以及新生教官。"
},
"customFields": [
{
"id": 146,
"value": "22",
"index": 0
},
{
"id": 121,
"value": "22",
"index": 10
},
{
"id": 124,
"value": "bbb",
"index": 0
},
{
"id": 130,
"value": {"endDate":"2020-01","startDate":"2021-01"},
"index": 0
}
],
"isResignWriteJob": true,
"resignJobName": "工程师",
"resignJobType": "技术"
}'