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": "a37011a6-b46e-42fa-9ce4-979fafdcd383",
"SessionId": "a474f137-6a7a-4694-bb99-9ae7056ecc85",
"EventId": "e693dae1-fa03-4b6c-a1cc-0f42c9d30341",
"UserName": "sample string 4",
"HolidayDate": "2026-08-12T04:11:00.1210843+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
},
{
"Id": "a37011a6-b46e-42fa-9ce4-979fafdcd383",
"SessionId": "a474f137-6a7a-4694-bb99-9ae7056ecc85",
"EventId": "e693dae1-fa03-4b6c-a1cc-0f42c9d30341",
"UserName": "sample string 4",
"HolidayDate": "2026-08-12T04:11:00.1210843+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
}
]
text/html
Sample:
[{"Id":"a37011a6-b46e-42fa-9ce4-979fafdcd383","SessionId":"a474f137-6a7a-4694-bb99-9ae7056ecc85","EventId":"e693dae1-fa03-4b6c-a1cc-0f42c9d30341","UserName":"sample string 4","HolidayDate":"2026-08-12T04:11:00.1210843+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"a37011a6-b46e-42fa-9ce4-979fafdcd383","SessionId":"a474f137-6a7a-4694-bb99-9ae7056ecc85","EventId":"e693dae1-fa03-4b6c-a1cc-0f42c9d30341","UserName":"sample string 4","HolidayDate":"2026-08-12T04:11:00.1210843+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>e693dae1-fa03-4b6c-a1cc-0f42c9d30341</EventId>
<HolidayDate>2026-08-12T04:11:00.1210843+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>a37011a6-b46e-42fa-9ce4-979fafdcd383</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>a474f137-6a7a-4694-bb99-9ae7056ecc85</SessionId>
<UserName>sample string 4</UserName>
</InnotasEventApiViewModel>
<InnotasEventApiViewModel>
<ErrorCount>9</ErrorCount>
<ErrorMessage>sample string 10</ErrorMessage>
<EventId>e693dae1-fa03-4b6c-a1cc-0f42c9d30341</EventId>
<HolidayDate>2026-08-12T04:11:00.1210843+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>a37011a6-b46e-42fa-9ce4-979fafdcd383</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>a474f137-6a7a-4694-bb99-9ae7056ecc85</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": "44b23ad0-2f9f-4d7b-aa6f-0ee906946c62"
},
{
"SyncRecordId": "44b23ad0-2f9f-4d7b-aa6f-0ee906946c62"
}
]
text/html
Sample:
[{"SyncRecordId":"44b23ad0-2f9f-4d7b-aa6f-0ee906946c62"},{"SyncRecordId":"44b23ad0-2f9f-4d7b-aa6f-0ee906946c62"}]
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>44b23ad0-2f9f-4d7b-aa6f-0ee906946c62</SyncRecordId>
</InnotasRecievedEventApiViewModel>
<InnotasRecievedEventApiViewModel>
<SyncRecordId>44b23ad0-2f9f-4d7b-aa6f-0ee906946c62</SyncRecordId>
</InnotasRecievedEventApiViewModel>
</ArrayOfInnotasRecievedEventApiViewModel>