PUT TimeSaver/PutEmployeeRoleSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of EmployeeRoleSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| EmployeeRoleID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "f2a3cc7f-5a72-47e6-8cc9-042662f04795",
"SecurityGroupID": "3350240e-a526-40b0-8e81-55a529f54a4a",
"EmployeeRoleID": "836a2a97-6991-4d82-aef6-5fae004b1846"
},
{
"$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.