Request
Body Params application/json
createTime
string <date-time>
optionalupdateTime
string <date-time>
optionalAdditional propertiesobject
optionalids
array[integer <int64>]
optionaltmpParamValue
string <string>
required{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"ids": [
0
],
"batchId": 0,
"tmpId": 0,
"deviceId": "string",
"name": "string",
"status": "string",
"tmpParamValue": "string",
"effects": "string",
"feedback": "string"
}
Request samples
curl --location --request POST 'http://192.168.2.91:8080/shipin/task/audits' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"ids": [
0
],
"batchId": 0,
"tmpId": 0,
"deviceId": "string",
"name": "string",
"status": "string",
"tmpParamValue": "string",
"effects": "string",
"feedback": "string"
}'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2023-11-03 09:21:02