Propertyware · Example Payload

Owner Draw

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountcommentscontactIDcreatedBycreatedDateTimedatedestinationAccountIdglAccountIDidlastModifiedBylastModifiedDateTimelinespaymentTypeportfolioIDrefNo

Example Payload

Raw ↑
{
  "amount": 1.0,
  "comments": "example_comments",
  "contactID": 1,
  "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",
  "lines": [],
  "paymentType": "CHECK",
  "portfolioID": 1,
  "refNo": "example_refNo"
}