Propertyware · Example Payload

Property Manager

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

emailidnameroleAsStringuserID

Example Payload

Raw ↑
{
  "email": "example_email",
  "id": 1,
  "name": "example_name",
  "roleAsString": "example_roleAsString",
  "userID": 1
}