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": "9ba105c1-8898-4288-9337-e485f697a01c",
"AppSettingID": "a5b4b8c9-ae34-4855-a58d-33d9876e1f4e",
"SecurityGroupID": "8e8ee5bd-225f-4c2b-abfb-402e9296e950",
"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.