POST api/messaging/send
Request Information
URI Parameters
None.
Body Parameters
MeddelandeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Aktuellt | AktuelltDto |
None. |
|
| SendMail | boolean |
None. |
|
| SendSms | boolean |
None. |
|
| SendToFacebook | boolean |
None. |
|
| SendToAktuellt | boolean |
None. |
|
| AttachCalendar | boolean |
None. |
|
| AttachFiles | boolean |
None. |
|
| ToGroupId | globally unique identifier |
None. |
|
| Recipients | Collection of RecipientDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"aktuellt": {
"id": "87a61da1-52cd-45cb-ba42-314b1bf83f9c",
"text": "sample string 1",
"textNoHtml": "sample string 2",
"title": "sample string 3",
"timestamp": "2025-12-20T12:19:26.5805878+01:00",
"sender": "sample string 5",
"attachedFiles": [
{
"id": "3e10f9a3-d89e-4912-a5a0-9176d7d0bf7a",
"created": "2025-12-20T12:19:26.5805878+01:00",
"updated": "2025-12-20T12:19:26.5805878+01:00",
"filename": "sample string 3",
"timestamp": "2025-12-20T12:19:26.5805878+01:00",
"description": "sample string 5",
"folder": "sample string 6",
"isPinned": true,
"visibility": 8,
"type": "sample string 9",
"contentBase64": "sample string 10",
"aktuelltId": "5deeb3e7-f5be-4dd5-95ef-4ccd6064ba6f",
"eventId": "5a921ab3-a83e-45a7-892a-f398b5ba43c8",
"messageId": "1dfa7bdc-8705-4789-84df-a64ab61bd985",
"category": "sample string 11",
"uploadedBy": "sample string 12",
"changedBy": "sample string 13",
"parentId": "ad1f3bc8-f414-438e-b9f8-a47eae3d36e0"
},
{
"id": "3e10f9a3-d89e-4912-a5a0-9176d7d0bf7a",
"created": "2025-12-20T12:19:26.5805878+01:00",
"updated": "2025-12-20T12:19:26.5805878+01:00",
"filename": "sample string 3",
"timestamp": "2025-12-20T12:19:26.5805878+01:00",
"description": "sample string 5",
"folder": "sample string 6",
"isPinned": true,
"visibility": 8,
"type": "sample string 9",
"contentBase64": "sample string 10",
"aktuelltId": "5deeb3e7-f5be-4dd5-95ef-4ccd6064ba6f",
"eventId": "5a921ab3-a83e-45a7-892a-f398b5ba43c8",
"messageId": "1dfa7bdc-8705-4789-84df-a64ab61bd985",
"category": "sample string 11",
"uploadedBy": "sample string 12",
"changedBy": "sample string 13",
"parentId": "ad1f3bc8-f414-438e-b9f8-a47eae3d36e0"
}
],
"created": "2025-12-20T12:19:26.5805878+01:00",
"updated": "2025-12-20T12:19:26.5805878+01:00",
"visibility": 8,
"isEvent": true,
"eventId": "076ae06b-70fa-4e5b-98f4-63639ffe48ff"
},
"sendMail": true,
"sendSms": true,
"sendToFacebook": true,
"sendToAktuellt": true,
"attachCalendar": true,
"attachFiles": true,
"toGroupId": "2d11042b-0e20-4dd7-a901-0e15b42dfdc9",
"recipients": [
{
"name": "sample string 1",
"type": "sample string 2",
"id": "9c290074-26d6-4f9b-8b69-75cdc9ced30f"
},
{
"name": "sample string 1",
"type": "sample string 2",
"id": "9c290074-26d6-4f9b-8b69-75cdc9ced30f"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.