| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
Event Id. Primary key of the events table. |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| CalEventTypeId |
Calendar Event Type Id. See the GET api/eventtypes route to get the event type data. |
integer |
None. |
| EventName |
Event Name. |
string |
None. |
| EventNotes |
Event Notes. |
string |
None. |
| CalendarId |
Calendar Id. See the GET api/calendars/{id} route to get the calendar data. |
integer |
None. |
| EventStartDtm |
Event Start Date Time. |
date |
None. |
| EventEndDtm |
Event End Date Time. |
date |
None. |