PUT Application/PutSecurityGroup
Request Information
URI Parameters
None.
Body Parameters
SecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| LogVerbosityID | integer |
Required |
|
| BlockSyncMessage | string |
None. |
|
| SyncPollingMin | integer |
Required |
|
| IsBlocked | boolean |
Required |
|
| IsCommercialWorkflow | boolean |
Required |
|
| IsDefault | boolean |
Required |
|
| PhotoID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "7d953852-ee53-4a64-8eec-4ee7d4b919c8",
"Name": "sample string 2",
"Description": "sample string 3",
"LogVerbosityID": 4,
"BlockSyncMessage": "sample string 5",
"SyncPollingMin": 6,
"IsBlocked": true,
"IsCommercialWorkflow": true,
"IsDefault": true,
"PhotoID": "179f9e3a-3db8-4111-a457-5d66b998b7d0"
}
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.