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": "b801c3fb-91d2-4f78-b15b-5ad5bbfba58d",
"SecurityGroupID": "4ebd683a-0b3d-4e8a-aba8-98daef2b3876",
"EmployeeRoleID": "42b16bf2-0cf7-41e8-85fb-be18ea511aff"
}
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.