{
"id": "string",
"deviceId": "string",
"deviceName": "string",
"documentId": "string",
"documentVersion": 0,
"objectId": "string",
"urn": "string",
"type": "string",
"jobType": "string",
"location": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": "string"
}
curl --location --request POST '/zt/api/v1/data/file/equipment/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"deviceId": "string",
"deviceName": "string",
"documentId": "string",
"documentVersion": 0,
"objectId": "string",
"urn": "string",
"type": "string",
"jobType": "string",
"location": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": "string"
}'
{
"data": {
"message": ""
},
"code": 0,
"msg": ""
}