POST api/events/synccheck

Request Information

URI Parameters

None.

Body Parameters

SyncCheckRqst
NameDescriptionTypeAdditional information
type

integer

None.

from

date

None.

to

date

None.

Request Formats

application/json, text/json

Sample:
{
  "type": 1,
  "from": "2025-07-09T20:31:48.5178505+02:00",
  "to": "2025-07-09T20:31:48.5178505+02:00"
}

application/xml, text/xml

Sample:
<SyncCheckRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <from>2025-07-09T20:31:48.5178505+02:00</from>
  <to>2025-07-09T20:31:48.5178505+02:00</to>
  <type>1</type>
</SyncCheckRqst>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.