POST api/EmployeeDependent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SL_ID": 1,
  "EMP_ID": 1,
  "RELATIONSHIP_ID": 1,
  "DEPENDENT_NAME": "sample string 2",
  "GENDER_ID": 1,
  "DATE_OF_BIRTH": "2025-01-11T13:05:07.2002461+03:00",
  "NATIONALITY_ID": 1,
  "COMP_SPONSOR": true,
  "TICKET_ELIGIBILITY": true,
  "SCHOOL_FEES": true,
  "DEP_TITLE": "sample string 3",
  "IS_MED_INSURANCE_ELIGIBLE": true,
  "DEP_LAST_NAME": "sample string 4",
  "RELATIONSHIP_NAME": "sample string 5",
  "GENDER_NAME": "sample string 6",
  "NATIONALITY_NAME": "sample string 7",
  "WF_EMP_ID": 1,
  "ED_SL_ID": 1
}

application/xml, text/xml

Sample:
<EmployeeDependent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <COMP_SPONSOR>true</COMP_SPONSOR>
  <DATE_OF_BIRTH>2025-01-11T13:05:07.2002461+03:00</DATE_OF_BIRTH>
  <DEPENDENT_NAME>sample string 2</DEPENDENT_NAME>
  <DEP_LAST_NAME>sample string 4</DEP_LAST_NAME>
  <DEP_TITLE>sample string 3</DEP_TITLE>
  <ED_SL_ID>1</ED_SL_ID>
  <EMP_ID>1</EMP_ID>
  <GENDER_ID>1</GENDER_ID>
  <GENDER_NAME>sample string 6</GENDER_NAME>
  <IS_MED_INSURANCE_ELIGIBLE>true</IS_MED_INSURANCE_ELIGIBLE>
  <NATIONALITY_ID>1</NATIONALITY_ID>
  <NATIONALITY_NAME>sample string 7</NATIONALITY_NAME>
  <RELATIONSHIP_ID>1</RELATIONSHIP_ID>
  <RELATIONSHIP_NAME>sample string 5</RELATIONSHIP_NAME>
  <SCHOOL_FEES>true</SCHOOL_FEES>
  <SL_ID>1</SL_ID>
  <TICKET_ELIGIBILITY>true</TICKET_ELIGIBILITY>
  <WF_EMP_ID>1</WF_EMP_ID>
</EmployeeDependent>

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