POST api/innotas/recieveevents
Recieve Events Events that were snyhcronized
Request Information
URI Parameters
None.
Body Parameters
Collection of InnotasEventApiViewModelName | 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": "ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3", "SessionId": "00641444-f926-47ca-b4a8-c6806f03cedb", "EventId": "11c7cbc4-43e7-4e58-ae0a-418709acaa6a", "UserName": "sample string 4", "HolidayDate": "2025-04-03T11:13:55.2957734+02:00", "RoleId": 6, "ProjectId": 7, "HolidayValue": 8.1, "ErrorCount": 9, "ErrorMessage": "sample string 10" }, { "Id": "ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3", "SessionId": "00641444-f926-47ca-b4a8-c6806f03cedb", "EventId": "11c7cbc4-43e7-4e58-ae0a-418709acaa6a", "UserName": "sample string 4", "HolidayDate": "2025-04-03T11:13:55.2957734+02:00", "RoleId": 6, "ProjectId": 7, "HolidayValue": 8.1, "ErrorCount": 9, "ErrorMessage": "sample string 10" } ]
text/html
Sample:
[{"Id":"ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3","SessionId":"00641444-f926-47ca-b4a8-c6806f03cedb","EventId":"11c7cbc4-43e7-4e58-ae0a-418709acaa6a","UserName":"sample string 4","HolidayDate":"2025-04-03T11:13:55.2957734+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3","SessionId":"00641444-f926-47ca-b4a8-c6806f03cedb","EventId":"11c7cbc4-43e7-4e58-ae0a-418709acaa6a","UserName":"sample string 4","HolidayDate":"2025-04-03T11:13:55.2957734+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>11c7cbc4-43e7-4e58-ae0a-418709acaa6a</EventId> <HolidayDate>2025-04-03T11:13:55.2957734+02:00</HolidayDate> <HolidayValue>8.1</HolidayValue> <Id>ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3</Id> <ProjectId>7</ProjectId> <RoleId>6</RoleId> <SessionId>00641444-f926-47ca-b4a8-c6806f03cedb</SessionId> <UserName>sample string 4</UserName> </InnotasEventApiViewModel> <InnotasEventApiViewModel> <ErrorCount>9</ErrorCount> <ErrorMessage>sample string 10</ErrorMessage> <EventId>11c7cbc4-43e7-4e58-ae0a-418709acaa6a</EventId> <HolidayDate>2025-04-03T11:13:55.2957734+02:00</HolidayDate> <HolidayValue>8.1</HolidayValue> <Id>ca5c02a8-39a4-4cfe-8a94-a2e3e0acafc3</Id> <ProjectId>7</ProjectId> <RoleId>6</RoleId> <SessionId>00641444-f926-47ca-b4a8-c6806f03cedb</SessionId> <UserName>sample string 4</UserName> </InnotasEventApiViewModel> </ArrayOfInnotasEventApiViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Void
Collection of InnotasRecievedEventApiViewModelName | Description | Type | Additional information |
---|---|---|---|
SyncRecordId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SyncRecordId": "b5ea1db9-fae5-4b22-90b6-8e36b741c969" }, { "SyncRecordId": "b5ea1db9-fae5-4b22-90b6-8e36b741c969" } ]
text/html
Sample:
[{"SyncRecordId":"b5ea1db9-fae5-4b22-90b6-8e36b741c969"},{"SyncRecordId":"b5ea1db9-fae5-4b22-90b6-8e36b741c969"}]
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>b5ea1db9-fae5-4b22-90b6-8e36b741c969</SyncRecordId> </InnotasRecievedEventApiViewModel> <InnotasRecievedEventApiViewModel> <SyncRecordId>b5ea1db9-fae5-4b22-90b6-8e36b741c969</SyncRecordId> </InnotasRecievedEventApiViewModel> </ArrayOfInnotasRecievedEventApiViewModel>