PUT api/v1/notificationresponseoptions/{notificationResponseOptionId}
Update NotificationResponseOptionModel by primary key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| notificationResponseOptionId | integer |
Required |
Body Parameters
NotificationResponseOptionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationResponseOptionId | integer |
Required |
|
| ResponseText | string |
Required String length: inclusive between 0 and 50 |
|
| IsActive | boolean |
Required |
|
| CreatedBy | string |
Required String length: inclusive between 0 and 50 |
|
| CreatedOnUtc | date |
Required |
|
| IsComplete | boolean |
Required |
|
| UserNotificationResponses | Collection of UserNotificationResponseModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
None.