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:
[ "3ed5cbfe-b22c-485a-a632-4ccc19b14892", "8bd711ed-f65d-408b-8c49-3dc79da18fcb" ]
text/html
Sample:
["3ed5cbfe-b22c-485a-a632-4ccc19b14892","8bd711ed-f65d-408b-8c49-3dc79da18fcb"]
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>3ed5cbfe-b22c-485a-a632-4ccc19b14892</guid> <guid>8bd711ed-f65d-408b-8c49-3dc79da18fcb</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>