POST api/innotas/recieveevents
Recieve Events Events that were snyhcronized
Request Information
URI Parameters
None.
Body Parameters
Collection of InnotasEventApiViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SessionId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| HolidayDate | date |
None. |
|
| RoleId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| HolidayValue | decimal number |
None. |
|
| ErrorCount | integer |
None. |
|
| ErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "b6d35807-ae74-4082-ace0-9e88daf3420f",
"SessionId": "47636748-e930-44a2-9528-f177fe49214a",
"EventId": "daf2b551-9429-4c79-aeca-b95a960a8309",
"UserName": "sample string 4",
"HolidayDate": "2026-07-25T06:28:59.2891072+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
},
{
"Id": "b6d35807-ae74-4082-ace0-9e88daf3420f",
"SessionId": "47636748-e930-44a2-9528-f177fe49214a",
"EventId": "daf2b551-9429-4c79-aeca-b95a960a8309",
"UserName": "sample string 4",
"HolidayDate": "2026-07-25T06:28:59.2891072+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
}
]
text/html
Sample:
[{"Id":"b6d35807-ae74-4082-ace0-9e88daf3420f","SessionId":"47636748-e930-44a2-9528-f177fe49214a","EventId":"daf2b551-9429-4c79-aeca-b95a960a8309","UserName":"sample string 4","HolidayDate":"2026-07-25T06:28:59.2891072+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"b6d35807-ae74-4082-ace0-9e88daf3420f","SessionId":"47636748-e930-44a2-9528-f177fe49214a","EventId":"daf2b551-9429-4c79-aeca-b95a960a8309","UserName":"sample string 4","HolidayDate":"2026-07-25T06:28:59.2891072+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfInnotasEventApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.HolidayPlannerNL.BLL.Models.ApiModels">
<InnotasEventApiViewModel>
<ErrorCount>9</ErrorCount>
<ErrorMessage>sample string 10</ErrorMessage>
<EventId>daf2b551-9429-4c79-aeca-b95a960a8309</EventId>
<HolidayDate>2026-07-25T06:28:59.2891072+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>b6d35807-ae74-4082-ace0-9e88daf3420f</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>47636748-e930-44a2-9528-f177fe49214a</SessionId>
<UserName>sample string 4</UserName>
</InnotasEventApiViewModel>
<InnotasEventApiViewModel>
<ErrorCount>9</ErrorCount>
<ErrorMessage>sample string 10</ErrorMessage>
<EventId>daf2b551-9429-4c79-aeca-b95a960a8309</EventId>
<HolidayDate>2026-07-25T06:28:59.2891072+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>b6d35807-ae74-4082-ace0-9e88daf3420f</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>47636748-e930-44a2-9528-f177fe49214a</SessionId>
<UserName>sample string 4</UserName>
</InnotasEventApiViewModel>
</ArrayOfInnotasEventApiViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Void
Collection of InnotasRecievedEventApiViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncRecordId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SyncRecordId": "8bbd7dcc-9605-471d-82f2-fb68b5e6b46f"
},
{
"SyncRecordId": "8bbd7dcc-9605-471d-82f2-fb68b5e6b46f"
}
]
text/html
Sample:
[{"SyncRecordId":"8bbd7dcc-9605-471d-82f2-fb68b5e6b46f"},{"SyncRecordId":"8bbd7dcc-9605-471d-82f2-fb68b5e6b46f"}]
application/xml, text/xml
Sample:
<ArrayOfInnotasRecievedEventApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.HolidayPlannerNL.BLL.Models.ApiModels">
<InnotasRecievedEventApiViewModel>
<SyncRecordId>8bbd7dcc-9605-471d-82f2-fb68b5e6b46f</SyncRecordId>
</InnotasRecievedEventApiViewModel>
<InnotasRecievedEventApiViewModel>
<SyncRecordId>8bbd7dcc-9605-471d-82f2-fb68b5e6b46f</SyncRecordId>
</InnotasRecievedEventApiViewModel>
</ArrayOfInnotasRecievedEventApiViewModel>