PUT TimeSaver/PutEmployeeRoleSecurityGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of EmployeeRoleSecurityGroup
NameDescriptionTypeAdditional 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": "05366859-dfdf-4842-b43c-549aa8330634",
    "SecurityGroupID": "88758f49-147a-48ea-b55e-eb34524e6e5b",
    "EmployeeRoleID": "d9f592e6-8f4c-4ded-9cd0-bb60a26406a5"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.