AddNotification

Adds a new notification to the database with the provided message, state, timestamp, and role.

post
Authorizations
Query parameters
messagestringRequired

The message content of the notification.

statestringRequired

The current state or status associated with the notification.

dateTimestringRequired

The timestamp indicating when the notification was created.

rolestringRequired

The role associated with the notification (e.g., user role, system role, etc.).

Responses
200
Success: The notification was successfully added to the database.
post
POST /Notifications/AddNotification?message=text&state=text&dateTime=text&role=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content