PUT Application/PutSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of SecurityGroupName | 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": "1", "ID": "633c6aa9-bbe1-4d00-a032-8204e772c5f2", "Name": "sample string 2", "Description": "sample string 3", "LogVerbosityID": 4, "BlockSyncMessage": "sample string 5", "SyncPollingMin": 6, "IsBlocked": true, "IsCommercialWorkflow": true, "IsDefault": true, "PhotoID": "d9ef5435-a3f7-47f5-841b-1510330273b2" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.