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": "f34e1a75-df3e-40f7-a04b-12795ee0ccfb",
"AppSettingID": "e3ba7566-c848-4ab0-8c2c-117fad7f1a12",
"SecurityGroupUserID": "1acc7446-2467-48d2-824e-4cb173d8f94d",
"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.