POST Application/PostAppSettingSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
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": "1114e23d-08d5-4c4e-a63b-e2d59e8bcc81",
"AppSettingID": "548fe299-081a-4f3d-b0bc-1f51b6cc7601",
"SecurityGroupID": "8b59bd78-b197-4110-9565-0ab56694b0e8",
"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.