Propertyware · Example Payload

Account

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

accountCodeaccountNumberaccountTypeactiveautoApplyPrepaymentbankAccountHolderbankAccountNumberbankAddressbankAddress2bankCitybankInstitutionbankRoutingNumberbankStatebankZipcamRecoveryAccountcreatedBycreatedDateTimedescriptiondiscountAccountescrowAccountexcludeFrom1099excludeFromPayInFullexcludeLateFeeidlastModifiedBylastModifiedDateTimelateFeeApplicablenameparentGLAccountIdparentRefpaymentPriorityrentAccountsection8securityDepositAccounttaxAccounttransferBalanceToRetainedEarnings

Example Payload

Raw ↑
{
  "accountCode": "example_accountCode",
  "accountNumber": "example_accountNumber",
  "accountType": "example_accountType",
  "active": true,
  "autoApplyPrepayment": true,
  "bankAccountHolder": "example_bankAccountHolder",
  "bankAccountNumber": "example_bankAccountNumber",
  "bankAddress": "example_bankAddress",
  "bankAddress2": "example_bankAddress2",
  "bankCity": "example_bankCity",
  "bankInstitution": "example_bankInstitution",
  "bankRoutingNumber": "example_bankRoutingNumber",
  "bankState": "example_bankState",
  "bankZip": "example_bankZip",
  "camRecoveryAccount": true,
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "description": "example_description",
  "discountAccount": true,
  "escrowAccount": true,
  "excludeFrom1099": true,
  "excludeFromPayInFull": true,
  "excludeLateFee": true,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "lateFeeApplicable": true,
  "name": "example_name",
  "parentGLAccountId": 1,
  "parentRef": "example_parentRef",
  "paymentPriority": 1,
  "rentAccount": true,
  "section8": true,
  "securityDepositAccount": true,
  "taxAccount": true,
  "transferBalanceToRetainedEarnings": true
}