POST api/innotas/transformEventIdsToInnotasSyncRecords

Transform to InnotasSyncRecords from EventIds - only for internal use!!! Event Ids

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "af7d92bd-4794-4783-9ad7-7b0bf371f73c",
  "8936b8b0-880a-4a21-8291-5e0c5c80b7e0"
]

text/html

Sample:
["af7d92bd-4794-4783-9ad7-7b0bf371f73c","8936b8b0-880a-4a21-8291-5e0c5c80b7e0"]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>af7d92bd-4794-4783-9ad7-7b0bf371f73c</guid>
  <guid>8936b8b0-880a-4a21-8291-5e0c5c80b7e0</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Void

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>