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": "bc8db579-cf6e-4217-a200-bdda9c0f47ac",
"SessionId": "77fa0989-b14d-4ff2-9774-ed2db6ca8e4f",
"EventId": "a555c27a-1e28-4602-a62c-d36d01658f94",
"UserName": "sample string 4",
"HolidayDate": "2026-02-05T22:34:07.9489105+01:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
},
{
"Id": "bc8db579-cf6e-4217-a200-bdda9c0f47ac",
"SessionId": "77fa0989-b14d-4ff2-9774-ed2db6ca8e4f",
"EventId": "a555c27a-1e28-4602-a62c-d36d01658f94",
"UserName": "sample string 4",
"HolidayDate": "2026-02-05T22:34:07.9489105+01:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
}
]
text/html
Sample:
[{"Id":"bc8db579-cf6e-4217-a200-bdda9c0f47ac","SessionId":"77fa0989-b14d-4ff2-9774-ed2db6ca8e4f","EventId":"a555c27a-1e28-4602-a62c-d36d01658f94","UserName":"sample string 4","HolidayDate":"2026-02-05T22:34:07.9489105+01:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"bc8db579-cf6e-4217-a200-bdda9c0f47ac","SessionId":"77fa0989-b14d-4ff2-9774-ed2db6ca8e4f","EventId":"a555c27a-1e28-4602-a62c-d36d01658f94","UserName":"sample string 4","HolidayDate":"2026-02-05T22:34:07.9489105+01: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>a555c27a-1e28-4602-a62c-d36d01658f94</EventId>
<HolidayDate>2026-02-05T22:34:07.9489105+01:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>bc8db579-cf6e-4217-a200-bdda9c0f47ac</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>77fa0989-b14d-4ff2-9774-ed2db6ca8e4f</SessionId>
<UserName>sample string 4</UserName>
</InnotasEventApiViewModel>
<InnotasEventApiViewModel>
<ErrorCount>9</ErrorCount>
<ErrorMessage>sample string 10</ErrorMessage>
<EventId>a555c27a-1e28-4602-a62c-d36d01658f94</EventId>
<HolidayDate>2026-02-05T22:34:07.9489105+01:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>bc8db579-cf6e-4217-a200-bdda9c0f47ac</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>77fa0989-b14d-4ff2-9774-ed2db6ca8e4f</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": "8cf10dce-d101-4dbe-8720-3048a038d70a"
},
{
"SyncRecordId": "8cf10dce-d101-4dbe-8720-3048a038d70a"
}
]
text/html
Sample:
[{"SyncRecordId":"8cf10dce-d101-4dbe-8720-3048a038d70a"},{"SyncRecordId":"8cf10dce-d101-4dbe-8720-3048a038d70a"}]
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>8cf10dce-d101-4dbe-8720-3048a038d70a</SyncRecordId>
</InnotasRecievedEventApiViewModel>
<InnotasRecievedEventApiViewModel>
<SyncRecordId>8cf10dce-d101-4dbe-8720-3048a038d70a</SyncRecordId>
</InnotasRecievedEventApiViewModel>
</ArrayOfInnotasRecievedEventApiViewModel>