Adds a single notification record.
POST /notification
Headers
Sample Minimum Body Data Required
{
"Title": "string",
"Body": "string",
}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"Title": "string",
"Body": "string",
"Attributes": {}
}