POST api/Notification/savenotificationsetting?StaffId={StaffId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StaffId

integer

Required

Body Parameters

Collection of NotificationSettingModel
NameDescriptionTypeAdditional information
Id

integer

None.

NotificationType

string

None.

IsSelected

boolean

None.

StaffId

integer

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "NotificationType": "sample string 2",
    "IsSelected": true,
    "StaffId": 4,
    "Description": "sample string 5"
  },
  {
    "Id": 1,
    "NotificationType": "sample string 2",
    "IsSelected": true,
    "StaffId": 4,
    "Description": "sample string 5"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.