所有文章
系统应用
升级公告
常见问题
公开课
校招专栏
内推和门店
数据平台
亮点功能
热门活动
基础操作视频
创建企业职位级别
最后更新于 2024/04/03 阅读数 17
HTTP请求
POST https://api.mokahr.com/api-platform/v1/job_ranks
请求Body
字段 | 必填 | 类型 | 说明 |
---|---|---|---|
name | 是 | string | 级别名称 |
type | 否 | string | 级别类型 |
level | 否 | integer | 级别 |
comment | 否 | string | 备注 |
返回JSON
字段 | 类型 | 说明 |
---|---|---|
id | integer | 职位职级id |
name | string | 级别名称 |
type | string | 级别类型 |
level | integer | 级别 |
comment | string | 备注 |
请求样例
$ curl https://api.mokahr.com/api-platform/v1/job_ranks \
-u 'your-api_key:' \
-X POST \
-H 'content-type: application/json' \
-d ' { "name": "初级", "type": "", "level": 1, "comment": "" } '
1
2
3
4
5
plaintext2
3
4
5
返回样例
{ "id": 1, "name": "初级", "type": "", "level": 1, "comment": "" }
1
plaintext评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服