POST
/closeAPI/api/close/lov/user-group
curl \
--request POST 'https://customer.trintech.com/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
}
]
}