PUT Application/PutAppSettingSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of AppSettingSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| AppSettingID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| Value | string |
Required |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "009bebef-4239-4377-af7c-dd5b8c21d364",
"AppSettingID": "c1d7643b-fcf8-4992-a55b-d2ed7f3c77ff",
"SecurityGroupID": "26763059-6d9b-482d-a3bb-b8cc326c20d7",
"Value": "sample string 4",
"IsActive": true
},
{
"$ref": "1"
}
]
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.