Propertyware · Example Payload

Save Prospect Contact

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

addressemailfirstNamehomePhoneidlastNamemobilePhoneotherPhonepercentageshipworkPhone

Example Payload

Raw ↑
{
  "address": "example_address",
  "email": "example_email",
  "firstName": "example_firstName",
  "homePhone": "example_homePhone",
  "id": 1,
  "lastName": "example_lastName",
  "mobilePhone": "example_mobilePhone",
  "otherPhone": "example_otherPhone",
  "percentageship": 1.0,
  "workPhone": "example_workPhone"
}