POST api/newsbar/news/seen
Request Information
URI Parameters
None.
Body Parameters
NewsSeenRqstDataName | Description | Type | Additional information |
---|---|---|---|
usr_id | integer |
None. |
|
news_id | integer |
None. |
|
news_type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "usr_id": 1, "news_id": 2, "news_type": 3 }
application/xml, text/xml
Sample:
<NewsSeenRqstData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <news_id>2</news_id> <news_type>3</news_type> <usr_id>1</usr_id> </NewsSeenRqstData>
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.