POST api/events/sync/start

Request Information

URI Parameters

None.

Body Parameters

MLSStartSyncPayload
NameDescriptionTypeAdditional information
user_hr_num

integer

None.

sync_from

date

None.

timestamp

date

None.

session_key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user_hr_num": 1,
  "sync_from": "2026-06-13T04:39:16.8014604+02:00",
  "timestamp": "2026-06-13T04:39:16.802461+02:00",
  "session_key": "sample string 3"
}

application/xml, text/xml

Sample:
<MLSStartSyncPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <session_key>sample string 3</session_key>
  <sync_from>2026-06-13T04:39:16.8014604+02:00</sync_from>
  <timestamp>2026-06-13T04:39:16.802461+02:00</timestamp>
  <user_hr_num>1</user_hr_num>
</MLSStartSyncPayload>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.