{
"documentId": "string",
"documentVersion": 0,
"deviceList": [
{
"deviceId": "string",
"deviceName": "string",
"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/mount' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentId": "string",
"documentVersion": 0,
"deviceList": [
{
"deviceId": "string",
"deviceName": "string",
"objectId": "string",
"urn": "string",
"type": "string",
"jobType": "string",
"location": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": "string"
}
]
}'
{
"data": {
"id": "b233309c32414d0f954fb9fe1589fefe",
"deviceId": "g87cbe1k8ki1",
"deviceName": "散热器1.bfa",
"objectId": "string",
"location": {
"x": 0,
"y": 0,
"z": 100000000000000000000
},
"rotation": "99999999999999999999",
"urn": "urn:bimbox.object:king_ifc/20230811165656000084",
"jobType": "33",
"type": "2"
},
"code": 0,
"msg": "成功"
}