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": "54c7aeae-74e5-4c90-bdf0-d5b5df09bce6",
"SecurityGroupID": "d6ebcf6b-a49c-4c40-ae51-55591a57d2a9",
"EmployeeRoleID": "a503b7de-de7a-436c-86ae-1d93a6de0e87"
},
{
"$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.