文档

EnableSchemaProperty - 启用Schema字段

更新时间:

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SchemaIdstring

schema id

profile
PropertyNamestring

字段名

name
RequestIdstring

请求 ID

03C67DAD-EB26-41D8-949D-9B0C470FB716
InstanceIdstring

实例 ID。

9cfad875-6260-4a53-ab6e-b13e3fb31f7d

返回参数

名称类型描述示例值
object

EnableSchemaPropertyResponse

RequestIdstring

请求 ID。

2778FA12-EDD6-42AA-9B15-AF855072E5E5
HttpStatusCodeinteger

HTTP 状态码

200
Codestring

响应码

OK
Messagestring

响应信息

The operation is not allowed. User state (READY) does not meet expectations (OFFLINE).
Paramsarray

响应参数。

string

响应参数。

['wudi@zcwlwhkf']

示例

正常返回示例

JSON格式

{
  "RequestId": "2778FA12-EDD6-42AA-9B15-AF855072E5E5",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "The operation is not allowed. User state (READY) does not meet expectations (OFFLINE).",
  "Params": [
    "['wudi@zcwlwhkf']"
  ]
}

错误码

HTTP status code错误码错误信息描述
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心实例不存在。

访问错误中心查看更多错误码。