{
"defList": [
{
"defBy": "string",
"defTime": "2019-08-24T14:15:22Z",
"id": "string",
"lowerValue": 0,
"remark": "string",
"result": "string",
"resultStatus": "string",
"resultType": "string",
"turnCode": "string",
"turnContent": "string",
"turnoverboxId": "string",
"upperValue": 0
}
],
"remark": "string",
"turnoverboxId": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/tooling/TurnoverBoxDefRecord/defend' \
--header 'Content-Type: application/json' \
--data-raw '{
"defList": [
{
"defBy": "string",
"defTime": "2019-08-24T14:15:22Z",
"id": "string",
"lowerValue": 0,
"remark": "string",
"result": "string",
"resultStatus": "string",
"resultType": "string",
"turnCode": "string",
"turnContent": "string",
"turnoverboxId": "string",
"upperValue": 0
}
],
"remark": "string",
"turnoverboxId": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}