PUT api/v1/notifications/action
Update NotificationAction
Request Information
URI Parameters
None.
Body Parameters
UpdateNotificationActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | integer |
Required |
|
| NotificationActionId | integer |
Required |
|
| NotificationCode | string |
Required |
|
| SendNotificationToStaff | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"StaffId": 1,
"NotificationActionId": 2,
"NotificationCode": "sample string 3",
"SendNotificationToStaff": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.