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": "cb9508a2-20aa-4c1b-bce9-cb398f3ca58d",
"ComponentID": "56e4f018-d1d2-4959-8063-373797082149",
"SecurityGroupID": "a30ad922-4a09-4672-9334-7411526c5a5e",
"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.