POST api/events/synccheck
Request Information
URI Parameters
None.
Body Parameters
SyncCheckRqst| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
None. |
|
| from | date |
None. |
|
| to | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1,
"from": "2025-12-14T11:49:43.8881304+01:00",
"to": "2025-12-14T11:49:43.8881304+01: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-12-14T11:49:43.8881304+01:00</from> <to>2025-12-14T11:49:43.8881304+01: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.