Propertyware · Example Payload

Bill

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountbillDatebillNumberbillSplitscommentscreatedBycreatedDateTimecreditdueDateexpenseRecoveriesidlastModifiedBylastModifiedDateTimemarkupGLAccountIDmarkupPercentagepaymentDaterefNotermsvendorIDworkOrderID

Example Payload

Raw ↑
{
  "amount": 1.0,
  "billDate": "2024-01-01",
  "billNumber": 1,
  "billSplits": [],
  "comments": "example_comments",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "credit": true,
  "dueDate": "2024-01-01",
  "expenseRecoveries": [],
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "markupGLAccountID": 1,
  "markupPercentage": 1.0,
  "paymentDate": "2024-01-01",
  "refNo": "example_refNo",
  "terms": "example_terms",
  "vendorID": 1,
  "workOrderID": 1
}