POST api/HSSEType
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:
{
"OBSERVATION_ID": 1,
"TYPE": "sample string 2",
"CREATEDDATE": "2025-12-12T18:10:31.1616646+03:00",
"MOTIFIEDDATE": "2025-12-12T18:10:31.1616646+03:00",
"RES_STATUS": "sample string 3"
}
application/xml, text/xml
Sample:
<HSSEType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HSSEManagemnt"> <CREATEDDATE>2025-12-12T18:10:31.1616646+03:00</CREATEDDATE> <MOTIFIEDDATE>2025-12-12T18:10:31.1616646+03:00</MOTIFIEDDATE> <OBSERVATION_ID>1</OBSERVATION_ID> <RES_STATUS>sample string 3</RES_STATUS> <TYPE>sample string 2</TYPE> </HSSEType>
application/x-www-form-urlencoded
Sample: