Move Ins Overview

The Move Ins API provides endpoints for managing the move-in process when tenants take possession of their rental units.

Key Concepts

Move In Status

Move ins can be in various states:

  • SCHEDULED - Move-in date has been scheduled
  • COMPLETED - Move-in process has been completed
  • CANCELED - Move-in has been canceled

Move In Process

Move ins track the transition from lease signing to occupancy:

  • Scheduled Date: Planned date for the move-in
  • Actual Date: When the move-in actually occurred
  • Status Tracking: Current state of the move-in process
  • Unit Assignment: Specific unit being occupied

Move In Relationships

  • Properties: Move-ins occur at specific properties
  • Units: Associated with the specific unit being occupied
  • Households: Connected to the household moving in
  • Leases: Typically follows lease execution

Available Endpoints

EndpointSummaryMethod
/moveInsList Move InsGET
/moveInsCreate Move InPOST
/moveIns/{moveInId}Read Move InGET
/moveIns/{moveInId}Update Move InPUT
/moveIns/{moveInId}Delete Move InDELETE