{
"productId": "PtJjYN4rY1T",
"basiceProperties": [
{
"identifier": "identifier1",
"value": "value1",
"dataType": "STRING",
"name": "Name1",
"unit": "Unit1"
}
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/product/basicProperty/batchCreate' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "PtJjYN4rY1T",
"basiceProperties": [
{
"identifier": "identifier1",
"value": "value1",
"dataType": "STRING",
"name": "Name1",
"unit": "Unit1"
}
]
}'
{}