POST api/compass/user-notifications
Request Information
URI Parameters
None.
Body Parameters
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": "2024-11-16T09:33:22.0372805+00:00", "ExpirationDate": "2024-11-16T09:33:22.0372805+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.