Skip to content

Create a(n) Notification record​

POST
/notifications

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"NotificationId": 0,
"DatabaseId": "string",
"UserName": "string",
"DateEnteredUTC": "string",
"ExpiresUTC": "string",
"Flags": "string",
"Associations": [...],
"Color": "string",
"Subject": "string",
"Message": "string",
"CanCancel": true
}

Responses​

application/json
JSON
{
"NotificationId": 0,
"DatabaseId": "string",
"UserName": "string",
"DateEnteredUTC": "string",
"ExpiresUTC": "string",
"Flags": "string",
"Associations": [...],
"Color": "string",
"Subject": "string",
"Message": "string",
"CanCancel": true
}

Playground​

Authorization
Body

Samples​