從原有的話術復制一個新的話術

調試

您可以在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. 指定的實例不存在。

訪問錯誤中心查看更多錯誤碼。