POST api/ReviewHSSE
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:
{
"RecordFormat": "sample string 1",
"RecordType": "sample string 2",
"FROM_DATE": "2025-12-12T19:29:09.2733719+03:00",
"TO_DATE": "2025-12-12T19:29:09.2733719+03:00",
"SITE": "sample string 3",
"PROJECT": "sample string 4",
"OPOBSERVATIONS_LEVEL": "sample string 5",
"EMP_ID": 6
}
application/xml, text/xml
Sample:
<HSSEReportsPerType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HSSEManagemnt"> <EMP_ID>6</EMP_ID> <FROM_DATE>2025-12-12T19:29:09.2733719+03:00</FROM_DATE> <OPOBSERVATIONS_LEVEL>sample string 5</OPOBSERVATIONS_LEVEL> <PROJECT>sample string 4</PROJECT> <RecordFormat>sample string 1</RecordFormat> <RecordType>sample string 2</RecordType> <SITE>sample string 3</SITE> <TO_DATE>2025-12-12T19:29:09.2733719+03:00</TO_DATE> </HSSEReportsPerType>
application/x-www-form-urlencoded
Sample: