PUT api/v1/usernotificationtemplates/{userNotificationTemplateId}

Update UserNotificationTemplateModel by primary key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userNotificationTemplateId

integer

Required

Body Parameters

UserNotificationTemplateModel
NameDescriptionTypeAdditional information
UserNotificationTemplateId

integer

Required

TemplateName

string

Required

String length: inclusive between 0 and 150

TemplateContent

string

Required

CreateDateUtc

date

Required

UserChanged

string

String length: inclusive between 0 and 50

DateChangedUtc

date

None.

UserNotifications

Collection of UserNotificationModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

None.