| Name | Description | Type | Additional information |
|---|---|---|---|
| LogId |
Log Id. Primary key of the callcenter activity log table. |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| UnitId |
Unit Id. See the GET api/units/{unitId} route to get the unit data. |
integer |
None. |
| ResidentId |
Resident Id. See the GET api/residents/{Id} route to get resident data. |
integer |
None. |
| CallFrom |
Calls can be from a unit/resident or from other source. "Call From" will be populated with the resident name in case UnitId and ResidentId are not null or with the user's input in case the call is not linked to a unit/resident. |
string |
None. |
| ModuleStatusId |
Module Status Id. See the GET api/modulestatus/{id} route to get the arch mod status. |
integer |
None. |
| Subject |
Subject. |
string |
None. |
| Notes |
Notes. |
string |
None. |
| LogReasons |
Id list of all the call log reasons related to the call. See api/calllogreasons route to get all call log reasons. |
Collection of integer |
None. |
| Takenby |
Taken By. |
string |
None. |
| OldComments |
Old comments to show as Read Only information. To add new comments use NewComment property |
Collection of CallCenterActivityLogComment |
None. |
| NewComments |
NewComment property allows to add a new comment when modifying an existing call log |
string |
None. |
| CreatedOn |
This is the contact date or date of the call |
date |
None. |