Propertyware · Example Payload

Prospect Contact

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

emailfirstNamehomePhoneidlastNamemobilePhoneroleworkPhone

Example Payload

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