You need to enable JavaScript to run this app.
导航
createImportLabel - 创建导入标签
最近更新时间:2024.08.26 17:38:53首次发布时间:2024.07.12 14:50:51

请求说明

  • 请求方式:POST
  • 接口名称:createImportLabel
  • 请求地址:https://console.volcengine.com/cdp/open_platform/openapi

请求参数

参数

类型

是否必选

示例值

描述

Authorization

String

HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx

详细介绍请查阅调用方式文档

X-Tenant

Int

1

项目ID

Query

参数

类型

是否必选

示例值

描述

ApiAction

String

createImportLabel

对应“请求说明”中的“接口名称”

ApiVersion

String

2023-01-25

版本号: 2023-01-25

Body

参数

类型

是否必选

示例值

描述

showName

String

标签展示名

baseValueType

String

int

标签数据类型, 可选值包括:浮点型-float, 数值型-int, 文本型-string, 日期型-date, 日期时间型-datetime, 多值文本型-array

domainId

Int

标签分类id

dataSourceId

Int

导入标签上游数据源id

fieldMapId

Int

导入标签导入字段id

decimalPlaces

Int

导入标签需保留小数位数, 小数型标签可以设置(范围0-4),不设置默认保留两位

返回参数

参数

类型

示例值

描述

msg

String

成功

接口返回信息

code

Number

0

状态码,0表示正常

data

Number

接口返回

extraMsg

String

接口返回额外信息

请求示例


返回示例


错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

HTTP 状态码

错误码

错误信息

说明

400

invalidParameter

PARAMETER INVALID

参数非法,检查入参。