PUT api/HSSEAlertTopic/{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:
{ "ALERT_TOPIC_ID": 1, "ALERT_TOPIC_DESCRIPTION": "sample string 2", "CREATEDDATE": "2025-01-11T12:54:12.8650971+03:00", "MODIFIEDDATE": "2025-01-11T12:54:12.8650971+03:00", "RES_STATUS": "sample string 3" }
application/xml, text/xml
Sample:
<HSSEAlertTopicObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HSSEManagemnt"> <ALERT_TOPIC_DESCRIPTION>sample string 2</ALERT_TOPIC_DESCRIPTION> <ALERT_TOPIC_ID>1</ALERT_TOPIC_ID> <CREATEDDATE>2025-01-11T12:54:12.8650971+03:00</CREATEDDATE> <MODIFIEDDATE>2025-01-11T12:54:12.8650971+03:00</MODIFIEDDATE> <RES_STATUS>sample string 3</RES_STATUS> </HSSEAlertTopicObject>
application/x-www-form-urlencoded
Sample: