POST api/Athikalai_Bhakthi/AddNotification

Request Information

URI Parameters

None.

Body Parameters

Collection of notification
NameDescriptionTypeAdditional 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
  },
  {
    "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.