修改智能外呼業務實例。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 業務實例 ID。 | 90515b5-6115-4ccf-83e2-52d5bfaf2ddf |
InstanceName | string | 否 | 業務實例名字。 | 新實例 |
InstanceDescription | string | 否 | 業務實例描述。 | 這是新的實例 |
MaxConcurrentConversation | integer | 是 | 最大并發。 | 5 |
CallingNumber | array | 否 | 主叫號碼列表。 | |
string | 否 | 主叫號碼。 | 1********** |
返回參數
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Instance": {
"CreationTime": 1578469042851,
"InstanceName": "第一個實例",
"CreatorName": "xxx",
"MaxConcurrentConversation": 5,
"OwnerName": "xxx",
"CreatorId": 123123,
"InstanceId": "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
"InstanceDescription": "這是第一個實例"
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidInstanceName.Duplicated | The specified InstanceName already exists. | 實例名稱已經存在。請您更換一個名字。 |
400 | LimitExceeded.ConcurrentConversation | The maximum number of concurrent conversations is exceeded. | 并發數已經超限,請重新設置。 |
404 | NotExist.Instance | The specified Instance does not exist. | 指定的實例不存在。 |
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 內部錯誤。建議重試,如果多次重試報錯請提交工單。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史