Home
Propertyware
Building
Building
Property Management Real Estate Rental Properties Single-Family Rentals Leases Tenants Maintenance Work Orders Financial Transactions Owner Reports
Building is an example object payload from Propertyware, with 56 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
abbreviation active address amenities applicationFeeRule areaUnits baseYear baseYearOperatingExpenses baseYearPropertyInsurance baseYearPropertyTaxes category countUnit county createdBy createdDateTime customFields featuredForRent floorNumber ftbDeductable ftbWithholdingPercentage ftbWithholdingType id idNumber lastModifiedBy lastModifiedDateTime leaseID maintenanceLaborSurchargeAmount maintenanceLaborSurchargeType maintenanceNotice maintenanceSpendingLimitAmount maintenanceSpendingLimitTime management marketing moveInDays multiUnit name neighborhood numberFloors numberOfBathrooms numberOfBedrooms portfolioID propertyManagerList propertyType ready reasonForPropertyLost rentable searchTag status syndicate targetDeposit
Example Payload
{
"abbreviation": "example_abbreviation",
"active": true,
"address": "example_address",
"amenities": [],
"applicationFeeRule": "example_applicationFeeRule",
"areaUnits": "Sq Ft",
"baseYear": 1,
"baseYearOperatingExpenses": "example_baseYearOperatingExpenses",
"baseYearPropertyInsurance": "example_baseYearPropertyInsurance",
"baseYearPropertyTaxes": "example_baseYearPropertyTaxes",
"category": "RESIDENTIAL",
"countUnit": 1,
"county": "example_county",
"createdBy": "example_createdBy",
"createdDateTime": "2024-01-01T00:00:00Z",
"customFields": [],
"featuredForRent": true,
"floorNumber": 1,
"ftbDeductable": 1.0,
"ftbWithholdingPercentage": 1.0,
"ftbWithholdingType": "example_ftbWithholdingType",
"id": 1,
"idNumber": 1,
"lastModifiedBy": "example_lastModifiedBy",
"lastModifiedDateTime": "2024-01-01T00:00:00Z",
"leaseID": 1,
"maintenanceLaborSurchargeAmount": 1.0,
"maintenanceLaborSurchargeType": "example_maintenanceLaborSurchargeType",
"maintenanceNotice": "example_maintenanceNotice",
"maintenanceSpendingLimitAmount": 1.0,
"maintenanceSpendingLimitTime": "NO_LIMIT",
"management": "example_management",
"marketing": "example_marketing",
"moveInDays": 1,
"multiUnit": "example_multiUnit",
"name": "example_name",
"neighborhood": "example_neighborhood",
"numberFloors": 1,
"numberOfBathrooms": 1.0,
"numberOfBedrooms": 1,
"portfolioID": 1,
"propertyManagerList": [],
"propertyType": "NONE",
"ready": true,
"reasonForPropertyLost": "example_reasonForPropertyLost",
"rentable": true,
"searchTag": "example_searchTag",
"status": "example_status",
"syndicate": true,
"targetDeposit": "example_targetDeposit",
"targetRent": 1.0,
"targetRentUnits": "DOLLAR_PER_SQ_FT_MONTH",
"totalArea": 1.0,
"type": "example_type",
"website": "example_website",
"yearBuilt": 1
}