PUT api/v1/usernotifications/{userNotificationId}

Update UserNotificationModel by primary key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userNotificationId

integer

Required

Body Parameters

UserNotificationModel
NameDescriptionTypeAdditional 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

None.