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:
[ "57b722bf-f10f-4e8d-a2d4-db0161e42f9b", "5209097c-6641-481e-9300-8a34c1724a7b" ]
text/html
Sample:
["57b722bf-f10f-4e8d-a2d4-db0161e42f9b","5209097c-6641-481e-9300-8a34c1724a7b"]
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>57b722bf-f10f-4e8d-a2d4-db0161e42f9b</guid> <guid>5209097c-6641-481e-9300-8a34c1724a7b</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>