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