Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"tboxId": 0,
"stationId": 0,
"stationName": "string",
"tboxCode": "string",
"tboxType": "string",
"status": "string",
"delFlag": "string",
"supplier": "string",
"contactName": "string",
"contactPhone": "string",
"productName": "string",
"productModel": "string",
"productionOrder": "string",
"productionDate": "string",
"sim": "string",
"emsVersion": "string",
"stationIds": [
0
]
}
curl --location --request PUT 'http://localhost:8080/ess/tbox' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"tboxId": 0,
"stationId": 0,
"stationName": "string",
"tboxCode": "string",
"tboxType": "string",
"status": "string",
"delFlag": "string",
"supplier": "string",
"contactName": "string",
"contactPhone": "string",
"productName": "string",
"productModel": "string",
"productionOrder": "string",
"productionDate": "string",
"sim": "string",
"emsVersion": "string",
"stationIds": [
0
]
}'
{
"": {}
}