POST TimeSaver/PostEmployeeRoleSecurityGroups

Request Information

URI Parameters

None.

Body Parameters

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": "69410a04-bff2-4612-922e-ba9ef1092c02",
  "securityGroupID": "ad3412b3-a605-423b-affc-7bfaeeb8e6ea",
  "employeeRoleID": "9e1b928b-5f77-489a-b531-188e2078a3bb"
}

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.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.