PUT api/v1/usernotificationresponses/{userNotificationResponseId}
Update UserNotificationResponseModel by primary key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userNotificationResponseId | integer |
Required |
Body Parameters
UserNotificationResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserNotificationResponseId | integer |
Required |
|
| UserNotificationId | integer |
Required |
|
| ResponseText | string |
Required String length: inclusive between 0 and 50 |
|
| CreatedBy | string |
Required String length: inclusive between 0 and 50 |
|
| CreatedOnUtc | date |
Required |
|
| NotificationResponseOptionId | integer |
Required |
|
| NotificationResponseOption | NotificationResponseOptionModel |
None. |
|
| UserResponseUserNotificationDetails | Collection of UserNotificationDetailModel |
None. |
|
| UserNotificationHeader | UserNotificationHeaderModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
None.