Propertyware · Example Payload

Conversation

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Conversation is an example object payload from Propertyware, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commentscreatedBycreatedDateTimeentityIDentityTypeidlastModifiedBylastModifiedDateTimesubjecttype

Example Payload

Raw ↑
{
  "comments": [],
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "entityID": 1,
  "entityType": "example_entityType",
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "subject": "example_subject",
  "type": "MANAGEMENT_TEAM"
}