public class PreHire extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeletePreHireResp |
delete(DeletePreHireReq req)
删除待入职人员(不推荐),删除待入职人员接口,本接口直接删除待入职数据,不会判断入职流程,推荐使用新接口进行删除[【删除待入职】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/delete)。
|
DeletePreHireResp |
delete(DeletePreHireReq req,
RequestOptions reqOptions)
删除待入职人员(不推荐),删除待入职人员接口,本接口直接删除待入职数据,不会判断入职流程,推荐使用新接口进行删除[【删除待入职】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/delete)。
|
GetPreHireResp |
get(GetPreHireReq req)
查询单个待入职信息,根据 ID
查询单个待入职人员,本接口不再推荐使用(个人信息相关数据不完整),请使用[查询待入职](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/query)接口获取更完整信息。
|
GetPreHireResp |
get(GetPreHireReq req,
RequestOptions reqOptions)
查询单个待入职信息,根据 ID
查询单个待入职人员,本接口不再推荐使用(个人信息相关数据不完整),请使用[查询待入职](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/query)接口获取更完整信息。
|
ListPreHireResp |
list(ListPreHireReq req)
批量查询待入职信息,可通过本接口批量查询待入职人员信息,本接口不再推荐使用(个人信息相关数据不完整),请使用[查询待入职](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/query)接口获取更完整信息。
|
ListPreHireResp |
list(ListPreHireReq req,
RequestOptions reqOptions)
批量查询待入职信息,可通过本接口批量查询待入职人员信息,本接口不再推荐使用(个人信息相关数据不完整),请使用[查询待入职](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/query)接口获取更完整信息。
|
PatchPreHireResp |
patch(PatchPreHireReq req)
更新待入职信息(不推荐),更新待入职信息接口,本接口只是会更新待入职数据,不会校验数据规则,推荐使用新接口[【更新待入职信息】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/patch)。
|
PatchPreHireResp |
patch(PatchPreHireReq req,
RequestOptions reqOptions)
更新待入职信息(不推荐),更新待入职信息接口,本接口只是会更新待入职数据,不会校验数据规则,推荐使用新接口[【更新待入职信息】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/patch)。
|
public PreHire(Config config)
public DeletePreHireResp delete(DeletePreHireReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeletePreHireResp delete(DeletePreHireReq req) throws Exception
Exceptionpublic GetPreHireResp get(GetPreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=pre_hire&version=v1 ;
Exceptionpublic GetPreHireResp get(GetPreHireReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=pre_hire&version=v1 ;
Exceptionpublic ListPreHireResp list(ListPreHireReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=pre_hire&version=v1 ;
Exceptionpublic ListPreHireResp list(ListPreHireReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=pre_hire&version=v1 ;
Exceptionpublic PatchPreHireResp patch(PatchPreHireReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchPreHireResp patch(PatchPreHireReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.