POST TimeSaver/PostEmployeeRoleSecurityGroups
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": "074429a8-35d8-4580-9602-b743636734f2",
"SecurityGroupID": "cd0d638f-f445-4477-860a-1d86f7d257a5",
"EmployeeRoleID": "4f45bca8-3133-41a7-a83e-84d8e5390532"
}
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.