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": "702da482-dc6a-422b-9306-490d109b5a85",
"ComponentID": "5daa48eb-629a-424b-888b-9324f2a2b554",
"SecurityGroupID": "ca5700d7-b36f-4926-8eca-20f0b338c710",
"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.