应用数据修改
PUT
/openApi/put/dataocean/v2/dataflow/{appId}/{recordId}
后端接口/数据流
请求参数
Path 参数
appId
string
必需
recordId
string
必需
Body 参数application/json
entId
string
企业id
tableId
string
表id
recordId
number
记录id
userId
string
用户id
version
number
当前版本号
masterInfo
object
必需
recordId
integer
主表记录id
tableId
string
主表tableId
data
object
业务字段数据
示例
{
"entId": "preCeShiQiYe",
"tableId": "eolinkdfzhubiao",
"userId": "admin_pretest",
"recordId": 3,
"version": 0,
"masterInfo": {
"recordId": 0,
"tableId": ""
},
"data": {
"zifuchuan": "test_update"
}
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
result
object
必需
recordId
integer
必需
modifiedMethod
string
必需
owner
string
必需
status
integer
必需
示例
{
"code": 1000000,
"message": "成功",
"result": {
"recordId": 12,
"modifiedMethod": "info/quanleixinziduan/33",
"owner": "334"
},
"status": 200
}
修改于 2023-05-11 09:33:59