PUT api/Notifications

Update Notification

Request Information

URI Parameters

None.

Body Parameters

Notification object

NotificationInputDto
NameDescriptionTypeAdditional information
Id

integer

None.

PersonId

integer

Required

WeekOrderId

integer

None.

Subject

string

None.

Message

string

None.

MessageType

MessageType

Required

MessageChannel

MessageChannel

Required

PcdWebId

string

None.

WmbWebId

string

None.

NoPersonIdLog

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PersonId": 2,
  "WeekOrderId": 1,
  "Subject": "sample string 3",
  "Message": "sample string 4",
  "MessageType": 0,
  "MessageChannel": 0,
  "PcdWebId": "sample string 5",
  "WmbWebId": "sample string 6",
  "NoPersonIdLog": true
}

application/x-www-form-urlencoded

Sample:
Id=value&PersonId=value&WeekOrderId=value&Subject=value&Message=value&MessageType=value&MessageChannel=value&PcdWebId=value&WmbWebId=value&NoPersonIdLog=value

Response Information

Resource Description

204 No Content

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.