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:
[ "48de1338-3c94-4128-98bf-44faa7891f68", "502c732a-1e58-4a3c-870d-a6f3c13be46f" ]
text/html
Sample:
["48de1338-3c94-4128-98bf-44faa7891f68","502c732a-1e58-4a3c-870d-a6f3c13be46f"]
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>48de1338-3c94-4128-98bf-44faa7891f68</guid> <guid>502c732a-1e58-4a3c-870d-a6f3c13be46f</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>