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": "6fb4068d-b669-42d3-b461-1789d6fcf8e2",
"AppSettingID": "8280804d-21b3-4ede-9df1-5c98a0ab2334",
"SecurityGroupUserID": "ccac8f18-e9c3-4c89-973f-cc1d76ecacbe",
"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.