POST api/Notification/savenotificationsetting?StaffId={StaffId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | integer |
Required |
Body Parameters
Collection of NotificationSettingModel| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |