Propertyware · Example Payload

Save Refund

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Save Refund 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

amountcommentsdatedestinationAccountIDglAccountIDleaseIDrefNotoBePrintedtoPrimaryTenant

Example Payload

Raw ↑
{
  "amount": 1.0,
  "comments": "example_comments",
  "date": "2024-01-01",
  "destinationAccountID": 1,
  "glAccountID": 1,
  "leaseID": 1,
  "refNo": "example_refNo",
  "toBePrinted": true,
  "toPrimaryTenant": true
}