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:
[
  "9d84e5b5-606b-41c8-952a-fc63ca412ba3",
  "4525d35a-93cd-429a-8d73-1f62c8dcd39b"
]

text/html

Sample:
["9d84e5b5-606b-41c8-952a-fc63ca412ba3","4525d35a-93cd-429a-8d73-1f62c8dcd39b"]

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>9d84e5b5-606b-41c8-952a-fc63ca412ba3</guid>
  <guid>4525d35a-93cd-429a-8d73-1f62c8dcd39b</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>