POST
Create tenant maintenance ticket

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON request payload for tenant_create_maintenance_ticket.

Request payload for tenant create maintenance ticket.

title
string
required

title value for tenant create maintenance ticket request.

Required string length: 1 - 160
description
string
required

Human-readable description for the resource or line item.

Required string length: 1 - 2000
priority
string
required

priority value for tenant create maintenance ticket request.

Required string length: 3 - 6
Pattern: ^(LOW|NORMAL|HIGH|URGENT)$
room_id
string<uuid> | null

UUID identifier for room.

invoice_id
string<uuid> | null

UUID identifier for invoice.

reported_by_contact
string | null

reported by contact value for tenant create maintenance ticket request.

Maximum string length: 160

Response

Tenant API operation succeeded

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.