Create Turn
Creates a turn record for a unit and transitions it from “Vacant / Not Ready” to “Vacant - Ready” status.
Request
This endpoint expects an object.
unitId
The ID of the unit to create a turn for
actualDate
The actual ready date when the unit turn was completed. Must not be in the future and must be after the last move-out date.
idempotencyId
Unique identifier to prevent duplicate turn creation
Response
Turn successfully created
date
The actual ready date when the turn was completed
unitId
The unit that was turned
idempotencyId
Unique identifier to prevent duplicate turn creation
createdById
The user who created the turn record
id
createdAt
updatedAt
deletedAt

