POST api/Aktuellt

Request Information

URI Parameters

None.

Body Parameters

AktuelltDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Text

string

None.

TextNoHtml

string

None.

Title

string

None.

Timestamp

date

None.

Sender

string

None.

AttachedFiles

Collection of DocumentDto

None.

Created

date

None.

Updated

date

None.

Visibility

integer

None.

IsEvent

boolean

None.

EventId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "3be6f8b4-344c-48d3-b6c1-caec57c1e74b",
  "text": "sample string 1",
  "textNoHtml": "sample string 2",
  "title": "sample string 3",
  "timestamp": "2025-12-20T12:28:23.9361359+01:00",
  "sender": "sample string 5",
  "attachedFiles": [
    {
      "id": "fe34801a-5742-45a1-9fc6-6427bbf13f35",
      "created": "2025-12-20T12:28:23.9361359+01:00",
      "updated": "2025-12-20T12:28:23.9361359+01:00",
      "filename": "sample string 3",
      "timestamp": "2025-12-20T12:28:23.9361359+01:00",
      "description": "sample string 5",
      "folder": "sample string 6",
      "isPinned": true,
      "visibility": 8,
      "type": "sample string 9",
      "contentBase64": "sample string 10",
      "aktuelltId": "11cfe28b-466f-4dab-9a52-a22c5d252ddd",
      "eventId": "783bc0a2-7d49-4f77-bff8-ddd645f55860",
      "messageId": "ec0cfc24-7768-4e6a-9698-da47be48cfc7",
      "category": "sample string 11",
      "uploadedBy": "sample string 12",
      "changedBy": "sample string 13",
      "parentId": "d6d15b72-f17f-4b50-9ea0-eb3ac972adb2"
    },
    {
      "id": "fe34801a-5742-45a1-9fc6-6427bbf13f35",
      "created": "2025-12-20T12:28:23.9361359+01:00",
      "updated": "2025-12-20T12:28:23.9361359+01:00",
      "filename": "sample string 3",
      "timestamp": "2025-12-20T12:28:23.9361359+01:00",
      "description": "sample string 5",
      "folder": "sample string 6",
      "isPinned": true,
      "visibility": 8,
      "type": "sample string 9",
      "contentBase64": "sample string 10",
      "aktuelltId": "11cfe28b-466f-4dab-9a52-a22c5d252ddd",
      "eventId": "783bc0a2-7d49-4f77-bff8-ddd645f55860",
      "messageId": "ec0cfc24-7768-4e6a-9698-da47be48cfc7",
      "category": "sample string 11",
      "uploadedBy": "sample string 12",
      "changedBy": "sample string 13",
      "parentId": "d6d15b72-f17f-4b50-9ea0-eb3ac972adb2"
    }
  ],
  "created": "2025-12-20T12:28:23.9361359+01:00",
  "updated": "2025-12-20T12:28:23.9361359+01:00",
  "visibility": 8,
  "isEvent": true,
  "eventId": "ddd60aa5-6fbe-4c25-aef9-45c7dcc6ef5e"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.