发布话术(调试的版本)

调试

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

请求参数

名称 类型 是否必选 示例值 描述
Action String PublishScriptForDebug

系统规定参数。取值:PublishScriptForDebug。

InstanceId String af81a389-91f0-4157-8d82-720edd02b66a

实例id

ScriptId String 0bfe34e5-a7fa-4aac-91d4-bd798518dffc

话术id

返回数据

名称 类型 示例值 描述
Code String OK

响应码

HttpStatusCode Integer 200

HTTP状态码

Message String Success

响应信息

RequestId String 5a865b03-d2b9-4ef9-be98-f21fa0d93744

请求ID

Success Boolean true

是否成功

示例

请求示例

http(s)://[Endpoint]/?Action=PublishScriptForDebug
&InstanceId=af81a389-91f0-4157-8d82-720edd02b66a
&ScriptId=0bfe34e5-a7fa-4aac-91d4-bd798518dffc
&<公共请求参数>

正常返回示例

XML格式

<RequestId>5a865b03-d2b9-4ef9-be98-f21fa0d93744</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Code>OK</Code>
<Success>true</Success>

JSON格式

{
	"RequestId":"5a865b03-d2b9-4ef9-be98-f21fa0d93744",
	"HttpStatusCode":200,
	"Code":"OK",
	"Success":true
}

错误码

HttpCode 错误码 错误信息 描述
404 NotExist.Instance The specified Instance does not exist. 指定的实例不存在。
404 NotExist.Script The specified Script does not exist. 指定的话术不存在。
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 内部错误。建议重试,如果多次重试报错请提交工单。

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