POST api/News/CategorizedNews

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponceData
NameDescriptionTypeAdditional information
TotalCount

integer

None.

Message

string

None.

Success

boolean

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalCount": 1,
  "Message": "sample string 2",
  "Success": true,
  "Data": {}
}

text/html

Sample:
{"TotalCount":1,"Message":"sample string 2","Success":true,"Data":{}}

application/xml, text/xml

Sample:
<ResponceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Formatter">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
  <TotalCount>1</TotalCount>
</ResponceData>