POST api/EmployeeEmergency

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,
  "BLOOD_GROUP_ID": 1,
  "BLOOD_GROUP_NAME": "sample string 2",
  "ALLERGYS": "sample string 3",
  "PAST_SURGERYS": "sample string 4",
  "WF_EMP_ID": 1
}

application/xml, text/xml

Sample:
<EmployeeEmergency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <ALLERGYS>sample string 3</ALLERGYS>
  <BLOOD_GROUP_ID>1</BLOOD_GROUP_ID>
  <BLOOD_GROUP_NAME>sample string 2</BLOOD_GROUP_NAME>
  <EMP_ID>1</EMP_ID>
  <PAST_SURGERYS>sample string 4</PAST_SURGERYS>
  <SL_ID>1</SL_ID>
  <WF_EMP_ID>1</WF_EMP_ID>
</EmployeeEmergency>

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