POST api/v1/usernotifications
Create a new UserNotificationMode
Request Information
URI Parameters
None.
Body Parameters
UserNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserNotificationId | integer |
Required |
|
| UserNotificationTemplateId | integer |
Required |
|
| FsStaffId | integer |
None. |
|
| FsUserId | integer |
None. |
|
| StartDate | date |
Required |
|
| ExpirationDate | date |
Required |
|
| Subject | string |
String length: inclusive between 0 and 150 |
|
| MessageContent | string |
None. |
|
| IsRead | boolean |
Required |
|
| CreateDateUtc | date |
Required |
|
| UserChanged | string |
String length: inclusive between 0 and 50 |
|
| DateChangedUtc | date |
None. |
|
| FsStaff | FsStaffModel |
None. |
|
| FsUser | FsUserModel |
None. |
|
| UserNotificationTemplate | UserNotificationTemplateModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
UserNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserNotificationId | integer |
Required |
|
| UserNotificationTemplateId | integer |
Required |
|
| FsStaffId | integer |
None. |
|
| FsUserId | integer |
None. |
|
| StartDate | date |
Required |
|
| ExpirationDate | date |
Required |
|
| Subject | string |
String length: inclusive between 0 and 150 |
|
| MessageContent | string |
None. |
|
| IsRead | boolean |
Required |
|
| CreateDateUtc | date |
Required |
|
| UserChanged | string |
String length: inclusive between 0 and 50 |
|
| DateChangedUtc | date |
None. |
|
| FsStaff | FsStaffModel |
None. |
|
| FsUser | FsUserModel |
None. |
|
| UserNotificationTemplate | UserNotificationTemplateModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.