ATS用户中心
所有文章
系统应用
升级公告
常见问题
公开课
校招专栏
内推和门店
数据平台
亮点功能
热门活动
基础操作视频
API文档
时间字段格式说明(Date)
API开发指南(Guide)
主动推送说明(Webhooks)
公共API
招聘官网API
企业信息API
门店API
组织架构API
职责API
用户API
招聘需求 API
候选人API
人才库API
职位API
面试API
Offer API
入职API
内推账户API
BI报表API
district code
错误码
更新猎头公司
最后更新于 2024/04/03   阅读数 26

HTTP请求

POST https://api.mokahr.com/api-platform/v1/headhunters/updateCompany

请求body(JSON)

字段

必填

类型

描述

id

number

猎头公司id

activated

boolean

猎头公司状态
可选值:
0:否
1:是

authorizedUserEmails

array[string]

授权用户的邮箱

company

string

猎头公司名称

contactEmail

string

猎头公司联系人邮箱

contactName

string

猎头公司联系人姓名

contactPhone

string

猎头公司联系人手机号码

endDate

string

猎头公司合同结束日期

needPermission

boolean

猎头公司是否是授权猎头

notifiedUserEmails

array[string]

猎头公司对接人

operatorEmail

string

操作者email,必须为moka系统用户

rate

string

猎头公司费率

protectTime

string

number

猎头公司猎头保护期(天)

rpoEnabled

boolean

猎头公司是否开启rpo

rpoProtectTime

number

猎头公司批量导入候选人保护期(rpo)

startDate

string

猎头公司合同开始日期

telephone

string

猎头公司联系人固定电话

telephonePrefixLocal

string

固定电话区号

telephonePrefixInternational

string

固话国际号码

返回

返回body的JSON数据如下:

字段

类型

描述

code

number

返回码:非200代表错误

msg

number

报错信息

data

object

data.id

number

当前数据id

请求样例

$ curl https://api.mokahr.com/api-platform/v1/headhunters/updateCompany
  -u 'your-api-key:'
  -X POST
  -H 'content-type: application/json'
  -d ' { "activated": "true", "authorizedUserEmails": [ "fengxiang@mokahr.com" ], "company": "20210917165739\u66f4\u65b0", "contactEmail": "20210917165739fengxiang11111@mokahr.com", "contactName": "\t\r\n\\~!@#$%^&amp;*()_+<>?", "contactPhone": "13111111111", "endDate": "2021-08-22T00:00:00+08:00", "needPermission": true, "notifiedUserEmails": [ "fengxiang@mokahr.com" ], "operatorEmail": "fengxiang@mokahr.com", "orgId": "bytedance003", "protectTime": "10000", "rate": "99", "rpoEnabled": "true", "rpoProtectTime": "0", "startDate": "2021-08-31T00:00:00+08:00", "telephone": "12229211", "telephonePrefixLocal": "010", "telephonePrefixInternational": "86", "id": 410020302 } '
1
2
3
4
5
plaintext

返回样例

{ "code": 200, "msg": "success", "data": { "id": 410020302 } }
1
plaintext
未能解决您的问题?请联系
本篇目录

HTTP请求

请求body(JSON)

返回

请求样例

返回样例