Propertyware · Example Payload

Note

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

bodycreatedBycreatedDateTimedateidlastModifiedBylastModifiedDateTimeprivatesubject

Example Payload

Raw ↑
{
  "body": "example_body",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "date": "2024-01-01",
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "private": true,
  "subject": "example_subject"
}