Propertyware · Example Payload

Lease Status

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

defineActiveidorderIndexportalLoginEnabledreadonlystatus

Example Payload

Raw ↑
{
  "defineActive": true,
  "id": 1,
  "orderIndex": 1,
  "portalLoginEnabled": true,
  "readonly": true,
  "status": "example_status"
}