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.
unitIdstringRequiredformat: "uuid"
The ID of the unit to create a turn for
actualDatestringRequiredformat: "date"

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.

idempotencyIdstringRequiredformat: "uuid"
Unique identifier to prevent duplicate turn creation

Response

Turn successfully created
datestringformat: "date"
The actual ready date when the turn was completed
unitIdstringformat: "uuid"
The unit that was turned
idempotencyIdstringformat: "uuid"
Unique identifier to prevent duplicate turn creation
createdByIdstring or nullformat: "uuid"
The user who created the turn record
idstring or nullformat: "uuid"
createdAtdatetime or null
updatedAtdatetime or null
deletedAtdatetime or null

Errors