PUT TimeSaver/PutEmployeeRoleSecurityGroup
Request Information
URI Parameters
None.
Body Parameters
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": "3df66d53-0fc0-4767-85b8-68fdc32c1aaf",
"SecurityGroupID": "b69818b2-fd3d-45ad-90cc-4c8462dd6eeb",
"EmployeeRoleID": "0a327765-9e2c-4607-8db0-159cb7ceb79f"
}
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.