修改标注任务状态与名称。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
outboundbot:ModifyAnnotationMission |
update |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| AnnotationMissionId |
string |
否 |
标注任务 ID。 |
c88cc004-de69-4eee-aa5f-2efed533a54e |
| AnnotationMissionName |
string |
否 |
标注任务名称。 |
询问卖车-标注任务-20230506-112934 |
| AnnotationStatus |
integer |
否 |
标注任务状态 枚举值:
|
2 |
| Delete |
boolean |
否 |
删除任务 |
false |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
BaseResponse |
||
| Success |
boolean |
表示是否调用成功。true:调用成功。 false:调用失败。 |
true |
| Code |
string |
状态码 |
OK |
| Message |
string |
错误信息。 |
The operation is not allowed. User state (DIALING) does not meet expectations (READY). |
| Data |
object |
返回数据 |
|
| Success |
boolean |
是否成功 |
true |
| Message |
string |
错误信息。 |
The operation is not allowed. User state (DIALING) does not meet expectations (READY). |
| HttpStatusCode |
integer |
HTTP 状态码。 |
200 |
| RequestId |
string |
请求 ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
示例
正常返回示例
JSON格式
{
"Success": true,
"Code": "OK",
"Message": "The operation is not allowed. User state (DIALING) does not meet expectations (READY).",
"Data": {
"Success": true,
"Message": "The operation is not allowed. User state (DIALING) does not meet expectations (READY)."
},
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。