Creates new EntityScoring
Request
Body Params application / json
{
"entity_type": 1,
"is_enabled": false,
"name": "string",
"settings": {},
"sort_order": 1,
"use_lang": false,
"revision": 1
}
Request Code Samples
curl --location --request POST '/entities/EntityScorings' \
--header 'Content-Type: application / json' \
--data-raw '{
"entity_type": 1,
"is_enabled": false,
"name": "string",
"settings": {},
"sort_order": 1,
"use_lang": false,
"revision": 1
}'
Responses
application/json
Creation confirmation. Returns created EntityScoring
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"entity_type": 1,
"is_enabled": false,
"name": "string",
"settings": {},
"sort_order": 1,
"use_lang": false,
"revision": 1
}
}
Modified at 2025-08-27 11:50:59