POST api/Notification/UpdateNotification
Request Information
URI Parameters
None.
Body Parameters
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| IsBell | boolean |
None. |
|
| IsWhatsapp | boolean |
None. |
|
| IsSMS | boolean |
None. |
|
| IsEmail | boolean |
None. |
|
| IsPush | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"IsBell": true,
"IsWhatsapp": true,
"IsSMS": true,
"IsEmail": true,
"IsPush": true,
"CreatedBy": "sample string 8",
"CreatedDate": "sample string 9",
"UpdatedBy": "sample string 10",
"UpdatedDate": "sample string 11"
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"CustomerId":2,"IsBell":true,"IsWhatsapp":true,"IsSMS":true,"IsEmail":true,"IsPush":true,"CreatedBy":"sample string 8","CreatedDate":"sample string 9","UpdatedBy":"sample string 10","UpdatedDate":"sample string 11"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.