Propertyware · Example Payload

Adjustment

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

amountcommentscreatedBycreatedDateTimedateglAccountIDidlastModifiedBylastModifiedDateTimeleaseIDportfolioIDrefNo

Example Payload

Raw ↑
{
  "amount": 1.0,
  "comments": "example_comments",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "date": "2024-01-01",
  "glAccountID": 1,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "leaseID": 1,
  "portfolioID": 1,
  "refNo": "example_refNo"
}