Propertyware · Example Payload

Save Lease

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

baseRentcommentsendDateleasingFeeAmountleasingFeeDateleasingFeeRefNomoveInDatemoveOutDatenoticeGivenDatepaymentRestrictionpostFirstChargeprimaryContactIDprorateMonthpublicAssistanceProgramreasonForLeavingrentAutoChargescheduleMoveOutDatesearchTagsecDepAmountsecDepChargeDatesignedDatestartDatestatustenantIDsunitID

Example Payload

Raw ↑
{
  "baseRent": 1.0,
  "comments": "example_comments",
  "endDate": "2024-01-01",
  "leasingFeeAmount": 1.0,
  "leasingFeeDate": "2024-01-01",
  "leasingFeeRefNo": "example_leasingFeeRefNo",
  "moveInDate": "2024-01-01",
  "moveOutDate": "2024-01-01",
  "noticeGivenDate": "2024-01-01",
  "paymentRestriction": "example_paymentRestriction",
  "postFirstCharge": true,
  "primaryContactID": 1,
  "prorateMonth": "DO_NOT_PRORATE",
  "publicAssistanceProgram": "example_publicAssistanceProgram",
  "reasonForLeaving": "example_reasonForLeaving",
  "rentAutoCharge": "example_rentAutoCharge",
  "scheduleMoveOutDate": "2024-01-01",
  "searchTag": "example_searchTag",
  "secDepAmount": 1.0,
  "secDepChargeDate": "2024-01-01",
  "signedDate": "2024-01-01",
  "startDate": "2024-01-01",
  "status": "example_status",
  "tenantIDs": [],
  "unitID": 1
}