POST api/NotificationFB

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "id": 1,
  "title": "sample string 2",
  "body": "sample string 3",
  "image": "QEBA",
  "imageType": "sample string 4",
  "imageUrl": "sample string 5",
  "pdfUrl": "sample string 6",
  "dateFrom": "2025-10-25T06:01:02.0497768+03:00",
  "dateTo": "2025-10-25T06:01:02.0497768+03:00",
  "seen": true,
  "active": true,
  "fbId": "sample string 11",
  "youtubeUrl": "sample string 12"
}

application/xml, text/xml

Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppAPI">
  <active>true</active>
  <body>sample string 3</body>
  <dateFrom>2025-10-25T06:01:02.0497768+03:00</dateFrom>
  <dateTo>2025-10-25T06:01:02.0497768+03:00</dateTo>
  <fbId>sample string 11</fbId>
  <id>1</id>
  <image>QEBA</image>
  <imageType>sample string 4</imageType>
  <imageUrl>sample string 5</imageUrl>
  <pdfUrl>sample string 6</pdfUrl>
  <seen>true</seen>
  <title>sample string 2</title>
  <youtubeUrl>sample string 12</youtubeUrl>
</Notification>