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": "c1b9ccf5-d018-4289-bd50-c002747e3aee",
"SecurityGroupID": "8686c98a-3810-441a-9ac2-84bebe1ba998",
"EmployeeRoleID": "7f88faca-071f-4fdb-94a8-8bcb3f623f7e"
},
{
"$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.