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:
[
  "c17ba2e9-5a0f-44c7-8634-4e359be68fce",
  "8216340c-b281-4496-b240-c377310eab4d"
]

text/html

Sample:
["c17ba2e9-5a0f-44c7-8634-4e359be68fce","8216340c-b281-4496-b240-c377310eab4d"]

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>c17ba2e9-5a0f-44c7-8634-4e359be68fce</guid>
  <guid>8216340c-b281-4496-b240-c377310eab4d</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>