POST api/pro/user-notifications
Adds a new user notification.
Request Information
URI Parameters
None.
Body Parameters
The create user notification request.
CreateUserNotificationRequestName | Description | Type | Additional information |
---|---|---|---|
Title | string |
Required String length: inclusive between 0 and 45 |
|
ShortDescription | string |
Required String length: inclusive between 0 and 90 |
|
Url | string |
None. |
|
LongDescription | string |
String length: inclusive between 0 and 30000 |
|
StartDate | date |
Required |
|
ExpirationDate | date |
Required |
|
Filter | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Title": "sample string 1", "ShortDescription": "sample string 2", "Url": "sample string 3", "LongDescription": "sample string 4", "StartDate": "2025-06-23T13:09:47.3181231+00:00", "ExpirationDate": "2025-06-23T13:09:47.3181231+00:00", "Filter": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.