PUT TimeSaver/PutSiteTypeSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of SiteTypeSecurityGroupName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SiteTypeID | globally unique identifier |
Required |
|
SecurityGroupID | globally unique identifier |
Required |
|
Name | string |
Required |
|
IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "ID": "774ba994-66ea-4475-8a4c-230bea1a3177", "SiteTypeID": "b787a9c4-8906-484c-9374-a80b86fad9b4", "SecurityGroupID": "21d8c52a-655a-440c-9843-af4af8d1fbb7", "Name": "sample string 4", "IsActive": true }, { "$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.