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:
[
  "f2cccffd-4f08-4ea1-bb63-e8d39e4df7ed",
  "891073ea-d0d8-424c-a72b-faeb04c9d3be"
]

text/html

Sample:
["f2cccffd-4f08-4ea1-bb63-e8d39e4df7ed","891073ea-d0d8-424c-a72b-faeb04c9d3be"]

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>f2cccffd-4f08-4ea1-bb63-e8d39e4df7ed</guid>
  <guid>891073ea-d0d8-424c-a72b-faeb04c9d3be</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>