Propertyware · Example Payload

Update Building

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner 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

abbreviationaddressallocationMethodavailableDatebaseYearbaseYearOperatingExpensesbaseYearPropertyInsurancebaseYearPropertyTaxescountUnitcustomNamingdescriptionfeaturedForRentfloorNumbermanagementContractEndDatemanagementContractStartDatemanagementFeeTypemanagementFeesTypemanagementFlatFeemarketingNamemoveInDaysnamenamingneighborhoodnumberBathroomsnumberBedroomsnumberFloorsnumberedotherTenantChargesparcelNumberpetsAllowedpostingTitlepropertyTypepublishedForRentreadyrentablesearchTagshortDescriptionsyndicatetargetDeposittargetRenttargetRentUnitstotalAreatypeunitTypeyearBuilt

Example Payload

Raw ↑
{
  "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
}