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
createdByIdstringformat: "uuid"
The user who created the turn record
idstringformat: "uuid"
createdAtdatetime
updatedAtdatetime
deletedAtdatetime

Errors

400
Create Turn Request Bad Request Error
404
Create Turn Request Not Found Error