POST api/newsbar/fnfct
Request Information
URI Parameters
None.
Body Parameters
NewsbarRqst| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.