POST api/HRMSEmployeeQuali/CreateHRMSEmployeeQualification

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EmplQualification
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EMP_QLNF_ID": 1,
  "EMP_ID_FK": 2,
  "EMP_QLNF_CODE": "sample string 3",
  "EMP_QLNF_TYPE": "sample string 4",
  "EMP_QLNF_NAME": 1,
  "EMP_QLNF_UNIVERSITY": "sample string 5",
  "EMP_QLNF_YEAR_PASSING": "2025-12-07T08:18:01.5303972+05:30",
  "EMP_QLNF_PERC_GRADE": 1,
  "EMP_DOC_UPLOAD_IND": "sample string 6",
  "EMP_DOC_UPLOAD_PATH": "sample string 7",
  "EMP_Remarks": "sample string 8",
  "EMP_EMPLOYEE_CODE": "sample string 9",
  "code_value": "sample string 10",
  "EMP_DIVISION_ID": 11
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmplQualification'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.