Propertyware · Example Payload

Lease Contact

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

companyemailfirstNamehomePhoneidlastNamemobilePhonenamedOnLeaseprimaryroleworkPhone

Example Payload

Raw ↑
{
  "company": "example_company",
  "email": "example_email",
  "firstName": "example_firstName",
  "homePhone": "example_homePhone",
  "id": 1,
  "lastName": "example_lastName",
  "mobilePhone": "example_mobilePhone",
  "namedOnLease": true,
  "primary": true,
  "role": "example_role",
  "workPhone": "example_workPhone"
}