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": "3c98c937-9032-4282-ae0d-2753a160bd7a",
  "SecurityGroupID": "c62317f0-efd9-496d-ac73-0f4ac51ceea6",
  "EmployeeRoleID": "23adce81-2fbc-4d04-a669-5a67ea459d7f"
}

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.