Propertyware · Example Payload

Save Owner Contribution

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Save Owner Contribution 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

amountcommentscontactIDdatedestinationAccountIDglAccountIDpaymentTypeportfolioIDrefNo

Example Payload

Raw ↑
{
  "amount": 1.0,
  "comments": "example_comments",
  "contactID": 1,
  "date": "2024-01-01",
  "destinationAccountID": 1,
  "glAccountID": 1,
  "paymentType": "CHECK",
  "portfolioID": 1,
  "refNo": "example_refNo"
}