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": "069a7b00-0764-4365-b6a1-0b00df02bd5c",
"SessionId": "c00759eb-5799-4f97-a795-dd07631f30f1",
"EventId": "4525cc33-d8ab-4751-a959-7d3a1ed67011",
"UserName": "sample string 4",
"HolidayDate": "2026-08-05T07:21:38.9292046+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
},
{
"Id": "069a7b00-0764-4365-b6a1-0b00df02bd5c",
"SessionId": "c00759eb-5799-4f97-a795-dd07631f30f1",
"EventId": "4525cc33-d8ab-4751-a959-7d3a1ed67011",
"UserName": "sample string 4",
"HolidayDate": "2026-08-05T07:21:38.9292046+02:00",
"RoleId": 6,
"ProjectId": 7,
"HolidayValue": 8.1,
"ErrorCount": 9,
"ErrorMessage": "sample string 10"
}
]
text/html
Sample:
[{"Id":"069a7b00-0764-4365-b6a1-0b00df02bd5c","SessionId":"c00759eb-5799-4f97-a795-dd07631f30f1","EventId":"4525cc33-d8ab-4751-a959-7d3a1ed67011","UserName":"sample string 4","HolidayDate":"2026-08-05T07:21:38.9292046+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"069a7b00-0764-4365-b6a1-0b00df02bd5c","SessionId":"c00759eb-5799-4f97-a795-dd07631f30f1","EventId":"4525cc33-d8ab-4751-a959-7d3a1ed67011","UserName":"sample string 4","HolidayDate":"2026-08-05T07:21:38.9292046+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>4525cc33-d8ab-4751-a959-7d3a1ed67011</EventId>
<HolidayDate>2026-08-05T07:21:38.9292046+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>069a7b00-0764-4365-b6a1-0b00df02bd5c</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>c00759eb-5799-4f97-a795-dd07631f30f1</SessionId>
<UserName>sample string 4</UserName>
</InnotasEventApiViewModel>
<InnotasEventApiViewModel>
<ErrorCount>9</ErrorCount>
<ErrorMessage>sample string 10</ErrorMessage>
<EventId>4525cc33-d8ab-4751-a959-7d3a1ed67011</EventId>
<HolidayDate>2026-08-05T07:21:38.9292046+02:00</HolidayDate>
<HolidayValue>8.1</HolidayValue>
<Id>069a7b00-0764-4365-b6a1-0b00df02bd5c</Id>
<ProjectId>7</ProjectId>
<RoleId>6</RoleId>
<SessionId>c00759eb-5799-4f97-a795-dd07631f30f1</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": "31762d2f-0f11-4d4e-b0da-092ddba53e11"
},
{
"SyncRecordId": "31762d2f-0f11-4d4e-b0da-092ddba53e11"
}
]
text/html
Sample:
[{"SyncRecordId":"31762d2f-0f11-4d4e-b0da-092ddba53e11"},{"SyncRecordId":"31762d2f-0f11-4d4e-b0da-092ddba53e11"}]
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>31762d2f-0f11-4d4e-b0da-092ddba53e11</SyncRecordId>
</InnotasRecievedEventApiViewModel>
<InnotasRecievedEventApiViewModel>
<SyncRecordId>31762d2f-0f11-4d4e-b0da-092ddba53e11</SyncRecordId>
</InnotasRecievedEventApiViewModel>
</ArrayOfInnotasRecievedEventApiViewModel>