Creates a new SecurityAreaUserGroup
Success
Unauthorized
{- "security_Area": "string",
- "userGroup_Key": 0,
- "security_Level": 0
}
{- "data": {
- "security_Area": "string",
- "userGroup_Key": 0,
- "security_Level": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple SecurityAreaUserGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "security_Area": "string",
- "userGroup_Key": 0,
- "security_Level": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}