从原有的话术复制一个新的话术

调试

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

请求参数

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

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

InstanceId String 361c8a53-0e29-42f3-8aa7-c7752d010399

实例id

Name String 复制的催收话术

新话术名字

SourceScriptId String 6114e7e8-4140-48d9-b46d-65ea29f13fe8

源话术id

返回数据

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

接口状态码

HttpStatusCode Integer 200

http状态码

Message String Success

接口提示消息

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

请求id

ScriptId String 6114e7e8-4140-48d9-b46d-65ea29f13fe8

话术id

Success Boolean true

是否成功

示例

请求示例

http(s)://[Endpoint]/?Action=DuplicateScript
&InstanceId=361c8a53-0e29-42f3-8aa7-c7752d010399
&Name=复制的催收话术
&SourceScriptId=6114e7e8-4140-48d9-b46d-65ea29f13fe8
&<公共请求参数>

正常返回示例

XML格式

<RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<SourceScriptId>6114e7e8-4140-48d9-b46d-65ea29f13fe8</SourceScriptId>
<Code>OK</Code>
<Success>true</Success>

JSON格式

{
    "RequestId":"254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
    "HttpStatusCode":200,
    "SourceScriptId":"6114e7e8-4140-48d9-b46d-65ea29f13fe8",
    "Code":"OK",
    "Success":true
}

错误码

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

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