{
"documentId": "7a135f583cce473aaa7e1f77e9538142",
"entityId": "0Wv1iIOKn0JQtQXjEVEYWA",
"propertyList": [
{
"propertyName": "ledgerId",
"propertyValue": "JQtQXjEVEYWA",
"relationFile": "[{\"name\":\"2024-01-04T05_42_25.651Z.txt\",\"objectId\":\"20240306102359000023\"}]"
}
]
}
curl --location --request POST '/zt/api/v1/data/entity/property/mount' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentId": "7a135f583cce473aaa7e1f77e9538142",
"entityId": "0Wv1iIOKn0JQtQXjEVEYWA",
"propertyList": [
{
"propertyName": "ledgerId",
"propertyValue": "JQtQXjEVEYWA",
"relationFile": "[{\"name\":\"2024-01-04T05_42_25.651Z.txt\",\"objectId\":\"20240306102359000023\"}]"
}
]
}'
{
"data": [
{
"id": "6858f6f1b5ca4d90aa64c516d4095d6e",
"propertyName": "ledgerId",
"propertyValue": "JQtQXjEVEYWA",
"relationFile": "[{\"name\":\"2024-01-04T05_42_25.651Z.txt\",\"objectId\":\"20240306102359000023\"}]"
}
],
"code": 0,
"msg": "成功"
}