Propertyware · Example Payload

Save Check

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

checkDatecheckSplitscommentsdestinationAccountIDrefNotoBePrintedvendorID

Example Payload

Raw ↑
{
  "checkDate": "2024-01-01",
  "checkSplits": [],
  "comments": "example_comments",
  "destinationAccountID": 1,
  "refNo": "example_refNo",
  "toBePrinted": true,
  "vendorID": 1
}