{
"items": [
{
"entityId": "string",
"dynamicEntityPropertyId": 0,
"values": [
"string"
]
}
]
}
curl --location --request POST '/api/services/app/DynamicEntityPropertyValue/InsertOrUpdateAllValues' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"entityId": "string",
"dynamicEntityPropertyId": 0,
"values": [
"string"
]
}
]
}'
{}