添加巡检记录
POST
/app-api/table/add-check-record请求参数
Body 参数application/json
orderId
integer <int64>
订单id
siteId
integer <int64>
站点id
tableId
integer <int64>
检验表单
checkRecordItems
array[object (质检记录明细 - 创建) {6}]
质检记录明细
tableDetailId
integer <int64>
检验单明细id
checkValue1
string
结果1
checkValue2
string
结果2
checkValue3
string
结果3
checkValue4
string
结果4
checkValue5
string
结果5
示例1
内容为空
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
boolean
可选
msg
string
可选
time
integer <int64>
可选
示例
{
"code": 0,
"data": true,
"msg": "string",
"time": 0
}
最后修改时间: a year ago