Propertyware · Example Payload

Save Prospect

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

buildingIDcommentscontactscurrentHomeTypecurrentRentMortgagehasPetsmoveInDateneighborhoodDesirednumberBathroomsnumberBedroomsnumberOfPetspetTypepetWeightspreferredContactMethodpropertyAddresspropertyAddress2propertyCitypropertyCountrypropertyNumberBathroomspropertyNumberBedroomspropertyStatepropertyZipreasonForMovingrentMaxrentMinsourcestatustimeAtCurrentResidencetypetypeOfInquiry

Example Payload

Raw ↑
{
  "buildingID": 1,
  "comments": "example_comments",
  "contacts": [],
  "currentHomeType": "example_currentHomeType",
  "currentRentMortgage": 1.0,
  "hasPets": true,
  "moveInDate": "2024-01-01",
  "neighborhoodDesired": "example_neighborhoodDesired",
  "numberBathrooms": 1.0,
  "numberBedrooms": 1,
  "numberOfPets": 1,
  "petType": "example_petType",
  "petWeights": "example_petWeights",
  "preferredContactMethod": "example_preferredContactMethod",
  "propertyAddress": "example_propertyAddress",
  "propertyAddress2": "example_propertyAddress2",
  "propertyCity": "example_propertyCity",
  "propertyCountry": "example_propertyCountry",
  "propertyNumberBathrooms": 1.0,
  "propertyNumberBedrooms": 1,
  "propertyState": "example_propertyState",
  "propertyZip": "example_propertyZip",
  "reasonForMoving": "example_reasonForMoving",
  "rentMax": 1.0,
  "rentMin": 1.0,
  "source": "example_source",
  "status": "example_status",
  "timeAtCurrentResidence": "example_timeAtCurrentResidence",
  "type": "example_type",
  "typeOfInquiry": "example_typeOfInquiry"
}