PUT api/HRMSEmployeeQuali/UpdateHRMSEmployeeQualification/{EMP_QLNF_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EmplQualification
No documentation available.

Define this parameter in the request body.

EMP_QLNF_ID
No documentation available.

Define this parameter in the request URI.

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": "2024-12-27T05:53:30.3732534+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/xml, text/xml

Sample:
<EmplQualification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <EMP_DIVISION_ID>11</EMP_DIVISION_ID>
  <EMP_DOC_UPLOAD_IND>sample string 6</EMP_DOC_UPLOAD_IND>
  <EMP_DOC_UPLOAD_PATH>sample string 7</EMP_DOC_UPLOAD_PATH>
  <EMP_EMPLOYEE_CODE>sample string 9</EMP_EMPLOYEE_CODE>
  <EMP_ID_FK>2</EMP_ID_FK>
  <EMP_QLNF_CODE>sample string 3</EMP_QLNF_CODE>
  <EMP_QLNF_ID>1</EMP_QLNF_ID>
  <EMP_QLNF_NAME>1</EMP_QLNF_NAME>
  <EMP_QLNF_PERC_GRADE>1</EMP_QLNF_PERC_GRADE>
  <EMP_QLNF_TYPE>sample string 4</EMP_QLNF_TYPE>
  <EMP_QLNF_UNIVERSITY>sample string 5</EMP_QLNF_UNIVERSITY>
  <EMP_QLNF_YEAR_PASSING>2024-12-27T05:53:30.3732534+05:30</EMP_QLNF_YEAR_PASSING>
  <EMP_Remarks>sample string 8</EMP_Remarks>
  <code_value>sample string 10</code_value>
</EmplQualification>

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, application/xml, text/xml

Sample:

Sample not available.