Propertyware · Example Payload

Comment

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

createdBycreatedDateTimeidlastModifiedBylastModifiedDateTimetext

Example Payload

Raw ↑
{
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "text": "example_text"
}