POST api/GrievanceReports

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:
{
  "EMP_ID": 1,
  "ReportType": "sample string 2",
  "ReportFormat": "sample string 3",
  "FROM_DATE": "2025-04-29T01:47:40.8929389+03:00",
  "TO_DATE": "2025-04-29T01:47:40.8929389+03:00"
}

application/xml, text/xml

Sample:
<GrivancesReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.MyGrievances">
  <EMP_ID>1</EMP_ID>
  <FROM_DATE>2025-04-29T01:47:40.8929389+03:00</FROM_DATE>
  <ReportFormat>sample string 3</ReportFormat>
  <ReportType>sample string 2</ReportType>
  <TO_DATE>2025-04-29T01:47:40.8929389+03:00</TO_DATE>
</GrivancesReports>

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