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 identifierRequest Formats
application/json, text/json
Sample:
[ "9e0831ec-9ab6-4487-973f-d1b1330b8096", "b7855a55-1aea-4bbc-a2db-de80e956c4f6" ]
text/html
Sample:
["9e0831ec-9ab6-4487-973f-d1b1330b8096","b7855a55-1aea-4bbc-a2db-de80e956c4f6"]
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>9e0831ec-9ab6-4487-973f-d1b1330b8096</guid> <guid>b7855a55-1aea-4bbc-a2db-de80e956c4f6</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Void
booleanResponse 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>