POST api/MobileApp/AddEditEmployees

Request Information

URI Parameters

None.

Body Parameters

Employees
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

EmployeeCode

string

None.

EmployeeName

string

None.

DepartmentId

integer

None.

LocationId

integer

None.

ShiftId

integer

None.

BiometricId

integer

None.

Status

string

None.

GrossSalary

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1,
  "EmployeeCode": "sample string 2",
  "EmployeeName": "sample string 3",
  "DepartmentId": 4,
  "LocationId": 5,
  "ShiftId": 6,
  "BiometricId": 7,
  "Status": "sample string 8",
  "GrossSalary": 9.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"