PUT Application/PutAppSettingSecurityGroupUser
Request Information
URI Parameters
None.
Body Parameters
AppSettingSecurityGroupUser| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| AppSettingID | globally unique identifier |
Required |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| Value | string |
Required |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "e875f18c-b3da-42d8-958b-f3ea69e8c8bc",
"AppSettingID": "11dd3137-71c5-4bb9-853d-79b62a765463",
"SecurityGroupUserID": "adb19c84-545f-4b24-bd0a-987f0d2088e9",
"Value": "sample string 4",
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.