| Name | Description | Type | Additional information |
|---|---|---|---|
| AnswerId |
AnswerId. Primary key for the CallCenterAnswers table |
integer |
None. |
| QuestionId |
QuestionId. See GET residentapi/infocenterquestions/{id} to get the question which relates to this answer |
integer |
None. |
| PropertyId |
ConnectPropertyId. See GET residentapi/properties/{id} to get the property data |
integer |
None. |
| IsNonApplicable |
IsNonApplicable. Is Answer Non applicable |
boolean |
None. |
| Text |
Text |
string |
None. |
| InfoCenterQuestion |
InfoCenterQuestion. Question which is related to this answer |
InfoCenterQuestion |
None. |
| InfoCenterDocuments |
Infocenter Documents. Property which is not mapped directly to the database and used to store attachments for this answer |
Collection of InfoCenterDocument |
None. |