POST api/MobileApp/AddEditEmployees/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | string | None. | 
Body Parameters
Employees| Name | Description | Type | Additional 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
stringResponse Formats
application/json, text/json
            Sample:
"sample string 1"