POST api/compass/user-notifications
Request Information
URI Parameters
None.
Body Parameters
CreateUserNotificationRequest| Name | 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-12-29T11:41:09.2973816+00:00",
"ExpirationDate": "2025-12-29T11:41:09.2973816+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.