| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"contact": {
"name": "张xx",
"mobile": "130xxxx8888",
"remark": "王经理",
"follower_user_id": "manager4220",
"title": "开发工程师",
"state_code": "86",
"label_ids": [
1561077317,
1561077310
],
"share_dept_ids": [
1,
2,
3
],
"share_user_ids": [
"023420013644"
],
"address": "北京市"
}
}curl --location --request POST 'http://127.0.0.1/topapi/extcontact/create?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": {
"name": "张xx",
"mobile": "130xxxx8888",
"remark": "王经理",
"follower_user_id": "manager4220",
"title": "开发工程师",
"state_code": "86",
"label_ids": [
1561077317,
1561077310
],
"share_dept_ids": [
1,
2,
3
],
"share_user_ids": [
"023420013644"
],
"address": "北京市"
}
}'{
"userid": "string",
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}