职位配置申请表
最后更新于 2023/09/07 阅读数 107
职位配置申请表
将职位绑定到指定的申请表
link positions to application form
Method:POST
Path:/positions/application-form
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
form_id | yes | string | 表单编号 |
position_ids | yes | arrat | 职位编号集合, 比如: [1,2,3,4,5] |
Request
{
"form_id": "gQ",
"position_ids": [
2288317
]
}
1
2
3
4
5
6
7
plaintext2
3
4
5
6
7
Response
{
"code": 0,
"message": ""
}
1
2
3
4
plaintext2
3
4
评价这篇文档
有帮助
没帮助