POST api/HSSEReports

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:
{
  "RecordFormat": "sample string 1",
  "RecordType": "sample string 2",
  "FROM_DATE": "2025-01-11T13:07:39.6426591+03:00",
  "TO_DATE": "2025-01-11T13:07:39.6426591+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-01-11T13:07:39.6426591+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-01-11T13:07:39.6426591+03:00</TO_DATE>
</HSSEReportsPerType>

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