Propertyware · Example Payload

Refund

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountcreatedBycreatedDateTimedatedestinationAccountIDglAccountIDidlastModifiedBylastModifiedDateTimeleaseIDpayeePayerportfolioIDrefNotoBePrinted

Example Payload

Raw ↑
{
  "amount": 1.0,
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "date": "2024-01-01",
  "destinationAccountID": 1,
  "glAccountID": 1,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "leaseID": 1,
  "payeePayer": "example_payeePayer",
  "portfolioID": 1,
  "refNo": "example_refNo",
  "toBePrinted": true
}