Propertyware · Example Payload

Prospect

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

applicationFeePaidassigneFullNamebuildingIDcityDesiredcommentscontactscreatedBycreatedDateTimecurrentHomeTypecurrentRentMortgagecustomFieldshasPetsidlastModifiedBylastModifiedDateTimeleaseEndDateleaseStartDatemoveInDateneighborhoodDesirednumberBathroomsnumberBedroomsnumberOfPetspetTypepetWeightsportfolioIDpreferredContactMethodpropertyAddresspropertyAddress2propertyAreapropertyAreaUnitspropertyCitypropertyCountrypropertyNumberBathroomspropertyNumberBedroomspropertyStatepropertyZipreasonForMovingrentrentMaxrentMinsecurityDepositsourcestateDesiredstatustimeAtCurrentResidencetypetypeOfInquiryunitDesiredunitIDunitTypeDesired

Example Payload

Raw ↑
{
  "applicationFeePaid": true,
  "assigneFullName": "example_assigneFullName",
  "buildingID": 1,
  "cityDesired": "example_cityDesired",
  "comments": "example_comments",
  "contacts": [],
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "currentHomeType": "example_currentHomeType",
  "currentRentMortgage": 1.0,
  "customFields": [],
  "hasPets": true,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "leaseEndDate": "2024-01-01",
  "leaseStartDate": "2024-01-01",
  "moveInDate": "2024-01-01",
  "neighborhoodDesired": "example_neighborhoodDesired",
  "numberBathrooms": 1.0,
  "numberBedrooms": 1,
  "numberOfPets": 1,
  "petType": "example_petType",
  "petWeights": "example_petWeights",
  "portfolioID": 1,
  "preferredContactMethod": "example_preferredContactMethod",
  "propertyAddress": "example_propertyAddress",
  "propertyAddress2": "example_propertyAddress2",
  "propertyArea": 1.0,
  "propertyAreaUnits": "example_propertyAreaUnits",
  "propertyCity": "example_propertyCity",
  "propertyCountry": "example_propertyCountry",
  "propertyNumberBathrooms": 1.0,
  "propertyNumberBedrooms": 1,
  "propertyState": "example_propertyState",
  "propertyZip": "example_propertyZip",
  "reasonForMoving": "example_reasonForMoving",
  "rent": 1.0,
  "rentMax": 1.0,
  "rentMin": 1.0,
  "securityDeposit": 1.0,
  "source": "example_source",
  "stateDesired": "example_stateDesired",
  "status": "example_status",
  "timeAtCurrentResidence": "example_timeAtCurrentResidence",
  "type": "example_type",
  "typeOfInquiry": "example_typeOfInquiry",
  "unitDesired": "example_unitDesired",
  "unitID": 1,
  "unitTypeDesired": "example_unitTypeDesired",
  "zipDesired": "example_zipDesired"
}