DELETE TimeSaver/DeleteEmployeeRoles

Request Information

URI Parameters

None.

Body Parameters

EmployeeRole
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

Required

Description

string

None.

IsActive

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "3c3568f1-0486-415d-a0f6-3227116b2223",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "IsActive": true
}

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.