PUT api/v1/notifications/action

Update NotificationAction

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.