POST api/GrievanceReports
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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-12-12T18:07:37.9492799+03:00",
"TO_DATE": "2025-12-12T18:07:37.9492799+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-12-12T18:07:37.9492799+03:00</FROM_DATE> <ReportFormat>sample string 3</ReportFormat> <ReportType>sample string 2</ReportType> <TO_DATE>2025-12-12T18:07:37.9492799+03:00</TO_DATE> </GrivancesReports>
application/x-www-form-urlencoded
Sample: