POST api/newsbar/sck/news

Request Information

URI Parameters

None.

Body Parameters

NewsbarRqst
NameDescriptionTypeAdditional information
month

integer

None.

year

integer

None.

usr_id

integer

None.

filter

string

None.

Request Formats

application/json, text/json

Sample:
{
  "month": 1,
  "year": 2,
  "usr_id": 3,
  "filter": "sample string 4"
}

application/xml, text/xml

Sample:
<NewsbarRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <filter>sample string 4</filter>
  <month>1</month>
  <usr_id>3</usr_id>
  <year>2</year>
</NewsbarRqst>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewsbarRqst'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.