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:
[
  "5a525293-fc2c-45a7-a551-01a1045e3dfc",
  "9244102f-a9c4-4a1f-b8b2-94d9c3a11b9c"
]

text/html

Sample:
["5a525293-fc2c-45a7-a551-01a1045e3dfc","9244102f-a9c4-4a1f-b8b2-94d9c3a11b9c"]

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>5a525293-fc2c-45a7-a551-01a1045e3dfc</guid>
  <guid>9244102f-a9c4-4a1f-b8b2-94d9c3a11b9c</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>