接口请求域名: bi.intl.tencentcloudapi.com 。
编辑企业标签(异步)
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:EditCorpTag。 |
| Version | 是 | String | 公共参数,本接口取值:2022-01-05。 |
| Region | 否 | String | 公共参数,此参数为可选参数。 |
| Id | 否 | Integer | 标签ID |
| Name | 否 | String | 标签名称 |
| ImportType | 否 | String | 导入标签的模式(manual/auto) |
| AutoImportTagTableId | 否 | Integer | 自动导入标签表的id |
| AutoImportField | 否 | String | 自动导入标签的关联字段 |
| AsyncRequest | 否 | Boolean | 是否异步请求 |
| AutoImportTagTableName | 否 | String | 自动导入标签表的表名 |
| TranId | 否 | String | 事务id |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| ErrorInfo | ErrorInfo | 自定义错误信息对象 注意:此字段可能返回 null,表示取不到有效值。 |
| Extra | String | 扩展 注意:此字段可能返回 null,表示取不到有效值。 |
| Msg | String | 消息 注意:此字段可能返回 null,表示取不到有效值。 |
| Data | EditTagVO | 数据 注意:此字段可能返回 null,表示取不到有效值。 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
编辑企业标签(异步)
POST / HTTP/1.1
Host: bi.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: EditCorpTag
<公共请求参数>
{
"Id": 0,
"Name": "abc",
"ImportType": "abc",
"AutoImportTagTableId": 0,
"AutoImportField": "abc",
"AsyncRequest": true,
"AutoImportTagTableName": "abc"
}
{
"Response": {
"Extra": "abc",
"Msg": "abc",
"Data": {
"TranId": "abc",
"TranStatus": 0,
"Id": 0
},
"RequestId": "abc"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InternalError.Internal | 内部错误。 |
| MissingParameter.MissingParam | 必填参数缺失。 |
文档反馈