Create user system value group
Body
Required
-
id
integer -
name
string -
applicationId
integer -
values
array[object]
POST
/closeAPI/api/close/lov/user-group
curl \
--request POST 'http://close-service:8082/closeAPI/api/close/lov/user-group' \
--header "Content-Type: application/json" \
--data '{"id":42,"name":"string","applicationId":42,"values":[{"id":42,"name":"string","shortName":"string","exportValue":"string","order":42}]}'
Request examples
{
"id": 42,
"name": "string",
"applicationId": 42,
"values": [
{
"id": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42
}
]
}
Response examples (200)
{
"id": 42,
"name": "string",
"applicationId": 42,
"values": [
{
"id": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42
}
]
}