POST api/EmployeeCertification

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,
  "CERT_NAME": "sample string 2",
  "ISSUING_AUTHORITY": "sample string 3",
  "REG_DATE": "2025-01-11T12:52:21.829195+03:00",
  "EXP_DATE": "2025-01-11T12:52:21.829195+03:00",
  "DOCUMENT": "sample string 4",
  "DOCUMENT_NAME": "sample string 5",
  "WF_EMP_ID": 1
}

application/xml, text/xml

Sample:
<EmployeeCertification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <CERT_NAME>sample string 2</CERT_NAME>
  <DOCUMENT>sample string 4</DOCUMENT>
  <DOCUMENT_NAME>sample string 5</DOCUMENT_NAME>
  <EMP_ID>1</EMP_ID>
  <EXP_DATE>2025-01-11T12:52:21.829195+03:00</EXP_DATE>
  <ISSUING_AUTHORITY>sample string 3</ISSUING_AUTHORITY>
  <REG_DATE>2025-01-11T12:52:21.829195+03:00</REG_DATE>
  <SL_ID>1</SL_ID>
  <WF_EMP_ID>1</WF_EMP_ID>
</EmployeeCertification>

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