POST api/Athikalai_Bhakthi/CreatePost

Request Information

URI Parameters

None.

Body Parameters

Post
NameDescriptionTypeAdditional information
title

string

None.

description

string

None.

postby

integer

None.

poston

string

None.

image

string

None.

posterName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "description": "sample string 2",
  "postby": 3,
  "poston": "sample string 4",
  "image": "sample string 5",
  "posterName": "sample string 6"
}

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.