PUT TimeSaver/PutComponentSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of ComponentSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ComponentID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| IsRequired | boolean |
Required |
|
| ColumnIndex | integer |
Required |
|
| UseHours | boolean |
Required |
|
| IsVisible | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "87204aef-d9d8-472e-933a-32604f37c749",
"ComponentID": "92020d86-282e-42f2-9c07-4e8fbdee7bca",
"SecurityGroupID": "9f5a1bc7-28ca-453c-98c7-b5afe006834e",
"Name": "sample string 4",
"IsRequired": true,
"ColumnIndex": 6,
"UseHours": true,
"IsVisible": true
},
{
"$ref": "1"
}
]
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.