Propertyware · Example Payload

Bill Payment

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountbillscheckNumbercreatedBycreatedDateTimeidlastModifiedBylastModifiedDateTimelinesmemonameOnCheckpaymentAccountIDpaymentDatepaymentMethodtoBePrintedvendorID

Example Payload

Raw ↑
{
  "amount": 1.0,
  "bills": [],
  "checkNumber": "example_checkNumber",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "lines": [],
  "memo": "example_memo",
  "nameOnCheck": "example_nameOnCheck",
  "paymentAccountID": 1,
  "paymentDate": "2024-01-01",
  "paymentMethod": "PAYMENT_METHOD_CHECK",
  "toBePrinted": true,
  "vendorID": 1
}