POST api/EmployeeDocumentsRoute

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:
{
  "DOC_ID": 1,
  "EMP_ID": 2,
  "EMP_NAME": "sample string 3",
  "EMP_DOCUMENT_TYPE": "sample string 4",
  "EMP_DOCUMENT_NAME": "sample string 5",
  "EMP_DOCUMENT_PATH": "sample string 6",
  "CREATEDDATE": "2025-01-11T13:06:59.4491737+03:00",
  "MODIFIEDDATE": "2025-01-11T13:06:59.4491737+03:00"
}

application/xml, text/xml

Sample:
<EmployeeDocumentsRoute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <CREATEDDATE>2025-01-11T13:06:59.4491737+03:00</CREATEDDATE>
  <DOC_ID>1</DOC_ID>
  <EMP_DOCUMENT_NAME>sample string 5</EMP_DOCUMENT_NAME>
  <EMP_DOCUMENT_PATH>sample string 6</EMP_DOCUMENT_PATH>
  <EMP_DOCUMENT_TYPE>sample string 4</EMP_DOCUMENT_TYPE>
  <EMP_ID>2</EMP_ID>
  <EMP_NAME>sample string 3</EMP_NAME>
  <MODIFIEDDATE>2025-01-11T13:06:59.4491737+03:00</MODIFIEDDATE>
</EmployeeDocumentsRoute>

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