POST api/newsbar/socmed

Request Information

URI Parameters

None.

Body Parameters

GetSocMedRqst
NameDescriptionTypeAdditional information
from_date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "from_date": "2026-06-13T04:39:20.9305319+02:00"
}

application/xml, text/xml

Sample:
<GetSocMedRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <from_date>2026-06-13T04:39:20.9305319+02:00</from_date>
</GetSocMedRqst>

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 'GetSocMedRqst'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.