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": "3c91f527-c510-4188-bcd4-b205ed5cbcec",
"SecurityGroupID": "3f579c7f-d7ba-4aef-8e96-68efbbed652e",
"EmployeeRoleID": "632191ad-e817-4e59-a60d-710d91becb21"
},
{
"$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.