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": "44743cbf-2ebc-406e-83d2-1e4d27c900a9", "SessionId": "47d43f37-4980-42a9-a4b7-be1720d9b06d", "EventId": "a99dcbcb-95f6-4b0c-85d9-f7a3512d1034", "UserName": "sample string 4", "HolidayDate": "2025-09-18T16:23:35.3073512+02:00", "RoleId": 6, "ProjectId": 7, "HolidayValue": 8.1, "ErrorCount": 9, "ErrorMessage": "sample string 10" }, { "Id": "44743cbf-2ebc-406e-83d2-1e4d27c900a9", "SessionId": "47d43f37-4980-42a9-a4b7-be1720d9b06d", "EventId": "a99dcbcb-95f6-4b0c-85d9-f7a3512d1034", "UserName": "sample string 4", "HolidayDate": "2025-09-18T16:23:35.3073512+02:00", "RoleId": 6, "ProjectId": 7, "HolidayValue": 8.1, "ErrorCount": 9, "ErrorMessage": "sample string 10" } ]
text/html
Sample:
[{"Id":"44743cbf-2ebc-406e-83d2-1e4d27c900a9","SessionId":"47d43f37-4980-42a9-a4b7-be1720d9b06d","EventId":"a99dcbcb-95f6-4b0c-85d9-f7a3512d1034","UserName":"sample string 4","HolidayDate":"2025-09-18T16:23:35.3073512+02:00","RoleId":6,"ProjectId":7,"HolidayValue":8.1,"ErrorCount":9,"ErrorMessage":"sample string 10"},{"Id":"44743cbf-2ebc-406e-83d2-1e4d27c900a9","SessionId":"47d43f37-4980-42a9-a4b7-be1720d9b06d","EventId":"a99dcbcb-95f6-4b0c-85d9-f7a3512d1034","UserName":"sample string 4","HolidayDate":"2025-09-18T16:23:35.3073512+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>a99dcbcb-95f6-4b0c-85d9-f7a3512d1034</EventId> <HolidayDate>2025-09-18T16:23:35.3073512+02:00</HolidayDate> <HolidayValue>8.1</HolidayValue> <Id>44743cbf-2ebc-406e-83d2-1e4d27c900a9</Id> <ProjectId>7</ProjectId> <RoleId>6</RoleId> <SessionId>47d43f37-4980-42a9-a4b7-be1720d9b06d</SessionId> <UserName>sample string 4</UserName> </InnotasEventApiViewModel> <InnotasEventApiViewModel> <ErrorCount>9</ErrorCount> <ErrorMessage>sample string 10</ErrorMessage> <EventId>a99dcbcb-95f6-4b0c-85d9-f7a3512d1034</EventId> <HolidayDate>2025-09-18T16:23:35.3073512+02:00</HolidayDate> <HolidayValue>8.1</HolidayValue> <Id>44743cbf-2ebc-406e-83d2-1e4d27c900a9</Id> <ProjectId>7</ProjectId> <RoleId>6</RoleId> <SessionId>47d43f37-4980-42a9-a4b7-be1720d9b06d</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": "7dced97a-3463-40df-91e3-ead7479ffda9" }, { "SyncRecordId": "7dced97a-3463-40df-91e3-ead7479ffda9" } ]
text/html
Sample:
[{"SyncRecordId":"7dced97a-3463-40df-91e3-ead7479ffda9"},{"SyncRecordId":"7dced97a-3463-40df-91e3-ead7479ffda9"}]
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>7dced97a-3463-40df-91e3-ead7479ffda9</SyncRecordId> </InnotasRecievedEventApiViewModel> <InnotasRecievedEventApiViewModel> <SyncRecordId>7dced97a-3463-40df-91e3-ead7479ffda9</SyncRecordId> </InnotasRecievedEventApiViewModel> </ArrayOfInnotasRecievedEventApiViewModel>