简历归档
最后更新于 2023/09/07 阅读数 91
简历归档
简历归档
Method:POST
Path:/applications/pigeonhole
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
candidate_ids | Yes | array[integer] | 申请编号数组 |
hr_id | Yes | integer | HR编号 |
type | Yes | integer | 归档类型 1:入职 2:放弃入职 3:淘汰 |
description | Yes | string | 归档原因说明 |
归档类型
Code | Describe |
---|---|
1 | 入职 |
2 | 放弃入职 |
3 | 淘汰 |
Response data
Key | Describe |
---|---|
Request
{
"candidate_ids":[3836230],
"hr_id":82752,
"type":1,
"description":"说明"
}
1
2
3
4
5
6
7
plaintext2
3
4
5
6
7
Response
{
"code": 0,
"message": "",
"data": {}
}
1
2
3
4
5
6
plaintext2
3
4
5
6
评价这篇文档
有帮助
没帮助