PUT api/HRMSEmpDependent/updatEMPUpdate/{DEPND_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
HRMSEmpDependent
No documentation available.

Define this parameter in the request body.

DEPND_ID
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "DEPND_ID": 1,
  "EMP_ID": 2,
  "DEPND_CODE": "sample string 3",
  "DEPND_NAME": "sample string 4",
  "DEPND_IND": "sample string 5",
  "DEPND_EMP_REL": 6,
  "DEPND_GENDER": "sample string 7",
  "MARITAL_STATUS": 1,
  "DEPND_DOB": "2024-12-27T05:57:16.036977+05:30",
  "DEPND_QLNF": 1,
  "DEPND_AC_NO": "sample string 8",
  "DEPND_CELL_NO": "sample string 9",
  "DEPND_MAIL": "sample string 10",
  "EMP_EMPLOYEE_CODE": "sample string 11",
  "EMP_FIRST_NAME": "sample string 12",
  "Relation_Name": "sample string 13",
  "EMP_DIVISION_ID": 14
}

application/xml, text/xml

Sample:
<HRMSEmpDependent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <DEPND_AC_NO>sample string 8</DEPND_AC_NO>
  <DEPND_CELL_NO>sample string 9</DEPND_CELL_NO>
  <DEPND_CODE>sample string 3</DEPND_CODE>
  <DEPND_DOB>2024-12-27T05:57:16.036977+05:30</DEPND_DOB>
  <DEPND_EMP_REL>6</DEPND_EMP_REL>
  <DEPND_GENDER>sample string 7</DEPND_GENDER>
  <DEPND_ID>1</DEPND_ID>
  <DEPND_IND>sample string 5</DEPND_IND>
  <DEPND_MAIL>sample string 10</DEPND_MAIL>
  <DEPND_NAME>sample string 4</DEPND_NAME>
  <DEPND_QLNF>1</DEPND_QLNF>
  <EMP_DIVISION_ID>14</EMP_DIVISION_ID>
  <EMP_EMPLOYEE_CODE>sample string 11</EMP_EMPLOYEE_CODE>
  <EMP_FIRST_NAME>sample string 12</EMP_FIRST_NAME>
  <EMP_ID>2</EMP_ID>
  <MARITAL_STATUS>1</MARITAL_STATUS>
  <Relation_Name>sample string 13</Relation_Name>
</HRMSEmpDependent>

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 'HRMSEmpDependent'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.