Propertyware · Example Payload

Portfolio

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

abbreviationactivecashAccrualclosingDatecreatedBycreatedDateTimecustomFieldsdefaultBankAccountIDdefaultBankAccountNumberAndDescriptiondefaultSecurityDepositBankAccountIDdefaultSecurityDepositBankAccountNumberAndDescriptiondoNotPayOwnerDrawidlastModifiedBylastModifiedDateTimemaintenanceSpendingLimitmaintenanceSpendingLimitTimemodifiedBynameownerStatementReportIDownersstickyNotetargetOperatingReserve

Example Payload

Raw ↑
{
  "abbreviation": "example_abbreviation",
  "active": true,
  "cashAccrual": "COMPANY_DEFAULT",
  "closingDate": "2024-01-01",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "customFields": [],
  "defaultBankAccountID": 1,
  "defaultBankAccountNumberAndDescription": "example_defaultBankAccountNumberAndDescription",
  "defaultSecurityDepositBankAccountID": 1,
  "defaultSecurityDepositBankAccountNumberAndDescription": "example_defaultSecurityDepositBankAccountNumberAndDescription",
  "doNotPayOwnerDraw": true,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "maintenanceSpendingLimit": 1.0,
  "maintenanceSpendingLimitTime": "NO_LIMIT",
  "modifiedBy": "example_modifiedBy",
  "name": "example_name",
  "ownerStatementReportID": 1,
  "owners": [],
  "stickyNote": "example_stickyNote",
  "targetOperatingReserve": 1.0
}