Propertyware · Example Payload

Basic Vendor

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

addresscreatedBycreatedDateTimecustomFieldsemailfaxidlastModifiedBylastModifiedDateTimenameotherPhonephone

Example Payload

Raw ↑
{
  "address": "example_address",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "customFields": [],
  "email": "example_email",
  "fax": "example_fax",
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "name": "example_name",
  "otherPhone": "example_otherPhone",
  "phone": "example_phone"
}