POST api/Notification

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:
{
  "NOT_ID": 1,
  "NOT_DATE": "2025-01-11T13:07:07.1215398+03:00",
  "DATE_ACTIVE_FROM": "2025-01-11T13:07:07.1215398+03:00",
  "TITLE": "sample string 2",
  "CONTENT": "sample string 3",
  "EMP_ID": 1,
  "MOD_NUMBER": 1,
  "ACTIVE": true,
  "ROLE_ID": 4,
  "IS_ROLE": true,
  "ROLE_TYPE": "sample string 5",
  "URL": "sample string 6"
}

application/xml, text/xml

Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <ACTIVE>true</ACTIVE>
  <CONTENT>sample string 3</CONTENT>
  <DATE_ACTIVE_FROM>2025-01-11T13:07:07.1215398+03:00</DATE_ACTIVE_FROM>
  <EMP_ID>1</EMP_ID>
  <IS_ROLE>true</IS_ROLE>
  <MOD_NUMBER>1</MOD_NUMBER>
  <NOT_DATE>2025-01-11T13:07:07.1215398+03:00</NOT_DATE>
  <NOT_ID>1</NOT_ID>
  <ROLE_ID>4</ROLE_ID>
  <ROLE_TYPE>sample string 5</ROLE_TYPE>
  <TITLE>sample string 2</TITLE>
  <URL>sample string 6</URL>
</Notification>

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