Home
Propertyware
Update Building
Update Building
example_description
Property Management Real Estate Rental Properties Single-Family Rentals Leases Tenants Maintenance Work Orders Financial Transactions Owner Reports
Update Building is an example object payload from Propertyware, with 45 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
abbreviation address allocationMethod availableDate baseYear baseYearOperatingExpenses baseYearPropertyInsurance baseYearPropertyTaxes countUnit customNaming description featuredForRent floorNumber managementContractEndDate managementContractStartDate managementFeeType managementFeesType managementFlatFee marketingName moveInDays name naming neighborhood numberBathrooms numberBedrooms numberFloors numbered otherTenantCharges parcelNumber petsAllowed postingTitle propertyType publishedForRent ready rentable searchTag shortDescription syndicate targetDeposit targetRent targetRentUnits totalArea type unitType yearBuilt
Example Payload
{
"abbreviation": "example_abbreviation",
"address": "example_address",
"allocationMethod": "By Square Foot",
"availableDate": "2024-01-01",
"baseYear": 1,
"baseYearOperatingExpenses": "example_baseYearOperatingExpenses",
"baseYearPropertyInsurance": "example_baseYearPropertyInsurance",
"baseYearPropertyTaxes": "example_baseYearPropertyTaxes",
"countUnit": 1,
"customNaming": "example_customNaming",
"description": "example_description",
"featuredForRent": true,
"floorNumber": 1,
"managementContractEndDate": "2024-01-01",
"managementContractStartDate": "2024-01-01",
"managementFeeType": "example_managementFeeType",
"managementFeesType": "MANAGE_FEE_NONE",
"managementFlatFee": 1.0,
"marketingName": "example_marketingName",
"moveInDays": 1,
"name": "example_name",
"naming": "UNIT",
"neighborhood": "example_neighborhood",
"numberBathrooms": 1.0,
"numberBedrooms": 1,
"numberFloors": 1,
"numbered": "Alpha",
"otherTenantCharges": "example_otherTenantCharges",
"parcelNumber": "example_parcelNumber",
"petsAllowed": true,
"postingTitle": "example_postingTitle",
"propertyType": "NONE",
"publishedForRent": "Yes",
"ready": true,
"rentable": true,
"searchTag": "example_searchTag",
"shortDescription": "example_shortDescription",
"syndicate": true,
"targetDeposit": "$1.2",
"targetRent": 1.0,
"targetRentUnits": "DOLLAR_PER_SQ_FT_MONTH",
"totalArea": 1.0,
"type": "example_type",
"unitType": "example_unitType",
"yearBuilt": 1
}