- 开发指南
- 开发前必读
- 基本概念介绍
- 回调配置
- 企业微信账号ID安全性全面升级
- 代开发应用安全性升级
- ID转换接口
- unionid与external_userid的关联
- 获取服务商凭证POST
- 基础
- 连接微信
- 办公
- 智慧硬件
管理企业标签-编辑企 业客户标签
POST
/cgi-bin/externalcontact/edit_corp_tag
服务端API企业内部开发第三方应用开发
注意:修改后的标签组不能和已有的标签组重名,标签也不能和同一标签组下的其他标签重名。
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90135/92117
https://open.work.weixin.qq.com/api/doc/90001/90143/92696
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/edit_corp_tag?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"id":"TAG_ID","name":"NEW_TAG_NAME","order":1,"agentid":1000014}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "string"
}
请求参数
Query 参数
access_token
调用接口凭证
示例值:
{{accesstoken}}
Body 参数application/json
agentid
integer <int32>
可选
name
string
可选
id
string
标签或标签组的id
order
integer <int32>
可选
示例
返回响应
🟢200成功
application/json
Body
errcode
integer <int32>
返回码
errmsg
string
可选

【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通


修改于 2022-01-14 04:25:47