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:
[ "95d1ea0a-e998-49a2-bf0f-4625e552e358", "592765c7-2e5f-4c8b-84b1-88a9d6ee6663" ]
text/html
Sample:
["95d1ea0a-e998-49a2-bf0f-4625e552e358","592765c7-2e5f-4c8b-84b1-88a9d6ee6663"]
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>95d1ea0a-e998-49a2-bf0f-4625e552e358</guid> <guid>592765c7-2e5f-4c8b-84b1-88a9d6ee6663</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>