根据条件删除应用数据
DELETE
/openApi/delete/dataocean/dataflow/record/condition/{appId}
后端接口/数据流
请求参数
Path 参数
appId
string
应用id
Query 参数
entId
string
企业id
userId
string
用户id
Header 参数
secretId
string
密钥
randomStr
string
随机字符串
sign
string
签名
Body 参数application/json
deleteFlag
boolean
可选
agentId
string
代理用户id
extendInfo
object
扩展信息
from
string
必需
示 例值:
web
conditions
string
条件
示例值:
{"field":"id","tableId":"eolinkdfzhubiao","type":"equal","value":[{"value":"13","valueType":"customer"}]}
示例
{
"entId": "ceshiQiye",
"extendInfo": {
"from": "web"
},
"userId": "WMS",
"deleteFlag": false,
"appId": "appid",
"conditions": "{\"type\":\"contain\",\"field\":\"mainzifuchuan\",\"tableId\":\"dfmaindefault\",\"value\":[{\"valueType\":\"customer\",\"value\":\"杜磊\"}]}",
"contentType": "application/json;charset=utf-8",
"actionName": "delete/dataocean/dataflow/record/condition/{appId}"
}
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
null
必需
code
integer
必需
originResp
string
必需
success
boolean
必需
guid
string
必需
uuid
string
必需
status
integer
必需
示例
{
"msg": "string",
"result": null,
"code": 0,
"originResp": "string",
"success": true,
"guid": "string",
"uuid": "string",
"status": 0
}
修改于 2023-05-11 08:14:18