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:
[ "ff1a0b3f-2f88-45e3-b7b3-bd5eb7eb0ea9", "db84a10d-0698-406a-b43c-28aed1eea239" ]
text/html
Sample:
["ff1a0b3f-2f88-45e3-b7b3-bd5eb7eb0ea9","db84a10d-0698-406a-b43c-28aed1eea239"]
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>ff1a0b3f-2f88-45e3-b7b3-bd5eb7eb0ea9</guid> <guid>db84a10d-0698-406a-b43c-28aed1eea239</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>