{
"platform": "/mp_data_manager/",
"batchTask": [
{
"models": [
{
"documentId": "b79eed104c514ed7b8f730879f03e220",
"documentVersion": 1,
"documentName": "XX住宅结构.ifc",
"major": "建筑"
}
],
"baseModel": {
"documentId": "b79eed104c514ed7b8f730879f03e220",
"documentVersion": 1,
"documentName": "XX住宅结构.ifc"
},
"checkMode":"All"
}
]
}
curl --location --request POST '/zt/api/v1/task/init/compute/quality/value' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "/mp_data_manager/",
"batchTask": [
{
"models": [
{
"documentId": "b79eed104c514ed7b8f730879f03e220",
"documentVersion": 1,
"documentName": "XX住宅结构.ifc",
"major": "建筑"
}
],
"baseModel": {
"documentId": "b79eed104c514ed7b8f730879f03e220",
"documentVersion": 1,
"documentName": "XX住宅结构.ifc"
},
"checkMode":"All"
}
]
}'
{
"data": {
"taskIds": [
"1717520831276724224"
]
},
"code": 0,
"errmsg": "成功"
}