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": "b15fe1a8-f66d-4d95-9538-0248642beafc",
"AppSettingID": "c15ca784-137b-4b82-9aac-79f053fd8ead",
"SecurityGroupID": "5107c598-f7bf-4acc-ba40-4682dd7fc268",
"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.