OBJECT

PropertyInterest

PropertyInterest record

link GraphQL Schema definition

  • type PropertyInterest {
  • # Contact of the PropertyInterest
  • contact: Contact
  • # Whether the contract documents for the property have been sent to the contact
  • contractStatus: ContractRequestStatusEnum
  • # When the PropertyInterest was created
  • createdAt: ISO8601DateTime!
  • # custom fields of the Property Interest
  • customFields: [CustomField!]
  • # ID of the PropertyInterest
  • id: ID!
  • # Number of times the contact has inspected the property
  • inspectionsCount: Int
  • # The contact's interest level in the property
  • interested: PropertyInterestEnum!
  • # last enquired at of the Property Interest
  • lastEnquired: ISO8601DateTime
  • # last inspected at of the Property Interest
  • lastInspected: ISO8601DateTime
  • # The price feedback from the contact
  • priceFeedback: Int
  • # Property of the PropertyInterest
  • property: Property
  • # When the PropertyInterest was last updated
  • updatedAt: ISO8601DateTime!
  • }