PUT api/HSSEType/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
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-01-11T13:03:00.9293186+03:00", "MOTIFIEDDATE": "2025-01-11T13:03:00.9293186+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-01-11T13:03:00.9293186+03:00</CREATEDDATE> <MOTIFIEDDATE>2025-01-11T13:03:00.9293186+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: