注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 阿里巴巴招聘系统API

alibaba.recruit.social.position.apply (申请职位)

申请职位

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param_apply ApplyDto 必须 投递参数
  • └ chain_id
  • String
  • 可选
  • JIFJJWEJREJO
  • 链路id
  • └ channel
  • String
  • 必须
  • alibaba,alipay
  • 分渠道,集团or蚂蚁
  • └ position_code
  • String
  • 必须
  • FDFDSFDS
  • 职位code
  • resume
  • ResumeInfoDto
  • 必须
  • 简历
  • attachments
  • AttachmentDto []
  • 可选
  • 附件
  • └ extention
  • String
  • 可选
  • pdf
  • 后缀
  • └ is_deleted
  • String
  • 可选
  • N
  • 默认N
  • └ mime_type
  • String
  • 可选
  • application/pdf
  • MINE类型
  • └ name
  • String
  • 可选
  • 我的简历
  • 名字
  • └ oss_file_key
  • String
  • 可选
  • fdasdfasfdasdfasfsaffsa
  • ossKey
  • └ size
  • Number
  • 可选
  • 1024
  • 文件大小
  • └ type
  • String
  • 可选
  • RESUME
  • 文件类型
  • └ avatar_url
  • String
  • 可选
  • https://dfhkjsakfsalffds
  • 头像地址
  • └ code
  • String
  • 可选
  • HGHFHFG
  • 简历code
  • education_exp_param_list
  • EducationExpParam []
  • 可选
  • 教育经历
  • └ degree
  • String
  • 可选
  • 本科
  • 学历
  • └ end_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 结束时间
  • └ major
  • String
  • 可选
  • 计算机
  • 专业
  • └ school_name
  • String
  • 可选
  • 南加州大学
  • 学校
  • └ start_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 开始时间
  • └ email
  • String
  • 可选
  • aaaa@a.com
  • 邮箱
  • └ mobile
  • String
  • 可选
  • 19683987295
  • 手机
  • └ name
  • String
  • 可选
  • 名字
  • 名字
  • project_exp_param_list
  • ProjectExpParam []
  • 可选
  • 项目经历
  • └ end_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 结束时间
  • └ project_name
  • String
  • 可选
  • 淘宝
  • 项目名称
  • └ responsibility
  • String
  • 可选
  • 开发淘宝
  • 项目职责
  • └ start_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 开始时间
  • user
  • ThirdPartyAccountDto
  • 必须
  • 用户
  • └ account
  • String
  • 必须
  • asfasdfa
  • 账号
  • └ type
  • String
  • 必须
  • WECHAT
  • 账号类型
  • work_exp_param_list
  • WorkExpParam []
  • 可选
  • 工作经历
  • └ company_name
  • String
  • 可选
  • 阿里巴巴
  • 公司名称
  • └ department
  • String
  • 可选
  • 淘宝事业部
  • 部门名称
  • └ end_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 结束时间
  • └ position_name
  • String
  • 可选
  • 工程师
  • 职位名称
  • └ start_date
  • Date
  • 可选
  • 2016-01-02 21:32:13
  • 开始时间
  • └ work_desc
  • String
  • 可选
  • 开发
  • 工作描述
  • └ recommender
  • String
  • 可选
  • sdaflkdsfjlksdf
  • 推荐人
  • └ entrance
  • String
  • 可选
  • POSITION_CARD
  • 投递请求具体入口

响应参数

名称 类型 示例值 描述
result Result result
  • content
  • ApplyRespDto
  • content
  • └ application_code
  • String
  • dsfadasfds
  • applicationCode
  • └ resume_code
  • String
  • asfddfsafsa
  • resumeCode
  • └ success
  • Boolean
  • false
  • success

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaRecruitSocialPositionApplyRequest req = new AlibabaRecruitSocialPositionApplyRequest();
AlibabaRecruitSocialPositionApplyRequest.ApplyDto obj1 = new AlibabaRecruitSocialPositionApplyRequest.ApplyDto();
obj1.setChainId("JIFJJWEJREJO");
obj1.setChannel("alibaba,alipay");
obj1.setPositionCode("FDFDSFDS");
AlibabaRecruitSocialPositionApplyRequest.ResumeInfoDto obj2 = new AlibabaRecruitSocialPositionApplyRequest.ResumeInfoDto();
List<AlibabaRecruitSocialPositionApplyRequest.AttachmentDto> list4 = new ArrayList<AlibabaRecruitSocialPositionApplyRequest.AttachmentDto>();
AlibabaRecruitSocialPositionApplyRequest.AttachmentDto obj5 = new AlibabaRecruitSocialPositionApplyRequest.AttachmentDto();
list4.add(obj5);
obj5.setExtention("pdf");
obj5.setIsDeleted("N");
obj5.setMimeType("application/pdf");
obj5.setName("我的简历");
obj5.setOssFileKey("fdasdfasfdasdfasfsaffsa");
obj5.setSize(1024L);
obj5.setType("RESUME");
obj2.setAttachments(list4);
obj2.setAvatarUrl("https://dfhkjsakfsalffds");
obj2.setCode("HGHFHFG");
List<AlibabaRecruitSocialPositionApplyRequest.EducationExpParam> list7 = new ArrayList<AlibabaRecruitSocialPositionApplyRequest.EducationExpParam>();
AlibabaRecruitSocialPositionApplyRequest.EducationExpParam obj8 = new AlibabaRecruitSocialPositionApplyRequest.EducationExpParam();
list7.add(obj8);
obj8.setDegree("本科");
obj8.setEndDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj8.setMajor("计算机");
obj8.setSchoolName("南加州大学");
obj8.setStartDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj2.setEducationExpParamList(list7);
obj2.setEmail("aaaa@a.com");
obj2.setMobile("19683987295");
obj2.setName("名字");
List<AlibabaRecruitSocialPositionApplyRequest.ProjectExpParam> list10 = new ArrayList<AlibabaRecruitSocialPositionApplyRequest.ProjectExpParam>();
AlibabaRecruitSocialPositionApplyRequest.ProjectExpParam obj11 = new AlibabaRecruitSocialPositionApplyRequest.ProjectExpParam();
list10.add(obj11);
obj11.setEndDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj11.setProjectName("淘宝");
obj11.setResponsibility("开发淘宝");
obj11.setStartDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj2.setProjectExpParamList(list10);
AlibabaRecruitSocialPositionApplyRequest.ThirdPartyAccountDto obj12 = new AlibabaRecruitSocialPositionApplyRequest.ThirdPartyAccountDto();
obj12.setAccount("asfasdfa");
obj12.setType("WECHAT");
obj2.setUser(obj12);
List<AlibabaRecruitSocialPositionApplyRequest.WorkExpParam> list14 = new ArrayList<AlibabaRecruitSocialPositionApplyRequest.WorkExpParam>();
AlibabaRecruitSocialPositionApplyRequest.WorkExpParam obj15 = new AlibabaRecruitSocialPositionApplyRequest.WorkExpParam();
list14.add(obj15);
obj15.setCompanyName("阿里巴巴");
obj15.setDepartment("淘宝事业部");
obj15.setEndDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj15.setPositionName("工程师");
obj15.setStartDate(StringUtils.parseDateTime("2016-01-02 21:32:13"));
obj15.setWorkDesc("开发");
obj2.setWorkExpParamList(list14);
obj1.setResume(obj2);
obj1.setRecommender("sdaflkdsfjlksdf");
obj1.setEntrance("POSITION_CARD");
req.setParamApply(obj1);
AlibabaRecruitSocialPositionApplyResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_recruit_social_position_apply_response>
    <result>
        <content>
            <application_code>dsfadasfds</application_code>
            <resume_code>asfddfsafsa</resume_code>
        </content>
        <success>false</success>
    </result>
</alibaba_recruit_social_position_apply_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部