新建职位
此接口用于创建新职位使用.
Method:POST
Path:/positions
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
job_number | Yes | string | 第三方职位id |
title | Yes | string | 职位标题 |
publisher | Yes | string | HR在MoATS上的id |
cities | Yes | array | 工作城市(限10个) |
requirement | Yes | string | 职位要求 |
accountabilities | Yes | string | 职位描述 |
process_id | Yes | integer | 流程id |
candidate_source | No | integer | 招聘类型 |
employment_type | No | integer | 工作性质 |
not_office | No | integer | 非Office职位 |
salary_top | No | integer | 薪资上限(k) |
salary_bottom | No | integer | 薪资下限(k) |
experience | No | string | 工作经验(年) |
language | No | string | 外语要求 |
count | No | integer | 招聘人数(0:不限) |
ext | No | string | 职位扩展字段 |
address_id | No | array | LBS |
team_id | No | integer | 部门 |
job_custom_id | No | string | 职位自定义 |
features | No | array | 福利特色 |
is_referral | No | integer | 是否内推(1:是,0:否) |
degree | No | integer | 学历要求 ( 0:无, 1:大专, 2:本科, 3:硕士, 4:MBA, 5:博士, 6:中专, 7:高中, 8:博士后, 9:初中) |
top | No | boolean | 置顶标签。true表示置顶,false表示未置顶 |
coordinator_id | No | string | 招聘协助HR id,多个id逗号分割 |
custom_fields | No | array | 职位自定义字段信息 |