POST api/Athikalai_Bhakthi/UpdateNotification?Id={Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
notificationName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
message | string |
None. |
|
postby | string |
None. |
|
postdate | string |
None. |
|
type | integer |
None. |
|
image | string |
None. |
|
receiver_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "message": "sample string 2", "postby": "sample string 3", "postdate": "sample string 4", "type": 5, "image": "sample string 6", "receiver_id": 7 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.