Create user system value group

POST /closeAPI/api/close/lov/user-group
application/json

Body Required

Responses

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
    }
  ]
}