POST api/Clients/MessagesLibrary

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SimpleMessageLibrary
NameDescriptionTypeAdditional information
ClientCalendarEventsID

integer

None.

PushNotificationID

integer

None.

Updated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClientCalendarEventsID": 1,
    "PushNotificationID": 2,
    "Updated": "2025-12-09T16:15:47.1521853+02:00"
  },
  {
    "ClientCalendarEventsID": 1,
    "PushNotificationID": 2,
    "Updated": "2025-12-09T16:15:47.1521853+02:00"
  }
]