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": "b8c10858-e3d4-42d1-ad04-795c029522ba",
"securityGroupID": "e5fa2b61-29cf-430c-ac2a-132b14145abe",
"employeeRoleID": "55c2c9f2-fed3-4f52-9282-291a759f0245"
},
{
"$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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.