申请流程状态
最后更新于 2023/09/07 阅读数 125
申请流程状态
此接口用于修改申请在MoSeeker流程状态。 简历的归档、淘汰、入职需要另行调用“简历归档”接口。
Method:PUT
Path:/applications/{id}/process
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Path Parameters
Key | Required | Type | Description |
---|---|---|---|
id | Yes | number | 申请id |
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
hr_id | Yes | integer | HR id |
stage_id | Yes | integer | 阶段id |
Response data
Key | Describe |
---|---|
amount | 修改成功数量 |
Request
{
"hr_id": "82752",
"stage_id": 13
}
1
2
3
4
5
plaintext2
3
4
5
Response
{
"code": 0,
"message": "",
"data": {
"amount": 1
}
}
1
2
3
4
5
6
7
plaintext2
3
4
5
6
7
评价这篇文档
有帮助
没帮助