Propertyware · Example Payload

Save Lease Journal Entry

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

commentsdatejournalEntrySplitleaseIDrefNo

Example Payload

Raw ↑
{
  "comments": "example_comments",
  "date": "2024-01-01",
  "journalEntrySplit": [],
  "leaseID": 1,
  "refNo": "example_refNo"
}