Create System Notification Instance

Create System Notification Instance
Request
URI
POST
https://{api_host}//api/system-notification-instances
COPY
Request Body
Required
{
    "content": "string",
    "endTime": "string",
    "startTime": "string",
    "title": "string"
}
string
content
Optional

content

string As int64 As int64
endTime
Optional

endTime

string As int64 As int64
startTime
Optional

startTime

string
title
Optional

title

Responses
200
{
    "id": "string"
}
string
id
Optional

id


404

Not Found

Operation doesn't return any data structure