Home
Propertyware
Prospect
Prospect
Property Management Real Estate Rental Properties Single-Family Rentals Leases Tenants Maintenance Work Orders Financial Transactions Owner 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
applicationFeePaid assigneFullName buildingID cityDesired comments contacts createdBy createdDateTime currentHomeType currentRentMortgage customFields hasPets id lastModifiedBy lastModifiedDateTime leaseEndDate leaseStartDate moveInDate neighborhoodDesired numberBathrooms numberBedrooms numberOfPets petType petWeights portfolioID preferredContactMethod propertyAddress propertyAddress2 propertyArea propertyAreaUnits propertyCity propertyCountry propertyNumberBathrooms propertyNumberBedrooms propertyState propertyZip reasonForMoving rent rentMax rentMin securityDeposit source stateDesired status timeAtCurrentResidence type typeOfInquiry unitDesired unitID unitTypeDesired
Example Payload
{
"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"
}