Propertyware · Example Payload

Save Unit

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

abbreviationaddressavailableDatebuildingIDcategorycountydescriptionfloorNumbernameneighborhoodnumberBathroomsnumberBedroomsportfolioIDreadyreasonForPropertyLostresidentialsearchTagtargetDeposittargetRenttargetRentUnitstotalAreatype

Example Payload

Raw ↑
{
  "abbreviation": "example_abbreviation",
  "address": "example_address",
  "availableDate": "2024-01-01",
  "buildingID": 1,
  "category": "RESIDENTIAL",
  "county": "example_county",
  "description": "example_description",
  "floorNumber": 0,
  "name": "example_name",
  "neighborhood": "example_neighborhood",
  "numberBathrooms": 0,
  "numberBedrooms": 1,
  "portfolioID": 1,
  "ready": true,
  "reasonForPropertyLost": "EMPTY",
  "residential": true,
  "searchTag": "example_searchTag",
  "targetDeposit": 1.0,
  "targetRent": 1.0,
  "targetRentUnits": "DOLLAR_PER_SQ_FT_MONTH",
  "totalArea": 1.0,
  "type": "example_type"
}