PUT api/HRMSEmployee/updateEmployeeDetails/{EMP_EMPLOYEE_ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EMP_EMPLOYEE_ID | No documentation available. |
Define this parameter in the request URI. |
| HRMSDetails | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EMP_EMPLOYEE_ID": 1,
"EMP_EMPLOYEE_CODE": "sample string 2",
"EMP_FIRST_NAME": "sample string 3",
"EMP_MIDDLE_NAME": "sample string 4",
"EMP_LAST_NAME": "sample string 5",
"EMP_GENDER": 6,
"EMP_DATE_OF_BIRTH": "2025-12-07T08:13:35.6260427+05:30",
"EMP_PLACE": "sample string 7",
"EMP_MARTIAL_STATUS": 8,
"EMP_HEIGHT": 1,
"EMP_WEIGHT": 1,
"EMP_BLOOD_GRP": 1,
"EMP_HANDICAPPED_IND": "sample string 9",
"EMP_HANDICAPPED_TYPE": "sample string 10",
"EMP_CASTE_ID": 1,
"EMP_CASTE_CATEGORY": "sample string 11",
"EMP_RELIGION_ID": 12,
"EMP_CATEGORY": 1,
"EMP_TYPE": 1,
"EMP_GROUP": 1,
"EMP_DIVISION_ID": 1,
"EMP_DESIGNATION_ID": 1,
"EMP_BASIC_PAY": 1,
"EMP_STATUS": "sample string 13",
"EMPLOYEMENT_STATUS": "sample string 14",
"EMPLOYEMENT_SOURCE": 1,
"EMPLOYEMENT_QUOTA": 1,
"EMPLOYEMENT_RESERV": 1,
"EMP_APPNT_DIVISION_ID": 1,
"EMP_APPNT_DEPARTMENT": 1,
"EMP_APPNT_DESIGNATION_ID": 1,
"EMP_APPNT_BASIC_PAY": 15,
"EMP_D_O_J": "2025-12-07T08:13:35.6260427+05:30",
"EMP_CONF_ORD_NO": "sample string 16",
"EMP_CONF_ORD_DATE": "2025-12-07T08:13:35.6260427+05:30",
"EMP_AADHAR_ID": "sample string 17",
"EMP_DL_ID": "sample string 18",
"EMP_ELECTION_ID": "sample string 19",
"EMP_PAN_ID": "sample string 20",
"EMP_EMAIL_ID": "sample string 21",
"EMP_MOB_TEL1": "sample string 22",
"EMP_MOB_TEL2": "sample string 23",
"PhotoUploadPath1": "sample string 24",
"DocumentUploadPath1": "sample string 25",
"Langauge1": 1,
"Langauge2": 1,
"Langauge3": 1,
"Langauge1_MotherTo": true,
"Langauge1_Read": true,
"Langauge1_Write": true,
"Langauge1_Speak": true,
"Langauge2_Read": true,
"Langauge2_Write": true,
"Langauge2_Speak": true,
"Langauge3_Read": true,
"Langauge3_Write": true,
"Langauge3_Speak": true,
"EMP_Scale_FK": 1,
"SignaturePath": "sample string 36",
"Department_Name": "sample string 37",
"DI_District": "sample string 38",
"EMP_Last_Increment_Date": "2025-12-07T08:13:35.6260427+05:30",
"EMP_Last_Promotiont_Date": "2025-12-07T08:13:35.6260427+05:30",
"Pay_Scale_Slab": "sample string 39",
"desg_name": "sample string 40",
"TotalCount": 41,
"ADcode": 42
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.