POST api/HSSEAlertTopic

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:
{
  "ALERT_TOPIC_ID": 1,
  "ALERT_TOPIC_DESCRIPTION": "sample string 2",
  "CREATEDDATE": "2025-01-11T12:47:09.3359028+03:00",
  "MODIFIEDDATE": "2025-01-11T12:47:09.3359028+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:47:09.3359028+03:00</CREATEDDATE>
  <MODIFIEDDATE>2025-01-11T12:47:09.3359028+03:00</MODIFIEDDATE>
  <RES_STATUS>sample string 3</RES_STATUS>
</HSSEAlertTopicObject>

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