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:
[ "a8ef36bf-adff-4540-b097-a64917e18dec", "d29ff5fb-70e4-4657-9eda-fc6d1b30c0f4" ]
text/html
Sample:
["a8ef36bf-adff-4540-b097-a64917e18dec","d29ff5fb-70e4-4657-9eda-fc6d1b30c0f4"]
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>a8ef36bf-adff-4540-b097-a64917e18dec</guid> <guid>d29ff5fb-70e4-4657-9eda-fc6d1b30c0f4</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>