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": "c4b134d0-841d-4bc0-a207-a9bd86cb9419",
  "SecurityGroupID": "9331a8db-4100-4f9e-b032-dd85b6d7a52d",
  "EmployeeRoleID": "acd1f529-5ce7-4b35-8ee8-b4d88b4cd94a"
}

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.