PUT TimeSaver/PutComponentSecurityGroup
Request Information
URI Parameters
None.
Body Parameters
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": "8b853c9b-e757-4e21-8670-749aed7e32e6",
"ComponentID": "e610f369-8610-4e7d-865e-7e036dbffc43",
"SecurityGroupID": "f06769f7-debb-4a96-989b-d73840d6fff9",
"Name": "sample string 4",
"IsRequired": true,
"ColumnIndex": 6,
"UseHours": true,
"IsVisible": true
}
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.