转移公海(批量/单次)
POST
/webtenant/system/clue/transfer请求参数
Body 参数application/json
clueIds
array[integer <int64>]
线索id集合
recoveryType
integer <int32>
可选
回收方式 1回收至公海 2重新分配
remarks
string
备注信息
seaId
integer <int64>
公海id
targetSeaId
integer <int64>
目标公海id
targetSeaName
string
目标公海名称
userId
integer <int64>
用户id
userName
string
姓名
示例
{
"clueIds": [
0
],
"recoveryType": 0,
"remarks": "string",
"seaId": 0,
"targetSeaId": 0,
"targetSeaName": "string",
"userId": 0,
"userName": "string"
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {},
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前