POST
Tenant portal create maintenance ticket

Path Parameters

public_token
string
required

Public invoice token

Body

application/json

Maintenance request details, priority, room context, and tenant/operator notes.

Request payload for tenant maintenance ticket.

title
string
required

title value for tenant 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
null | enum<string>

priority value for tenant maintenance ticket request.

Available options:
LOW,
NORMAL,
HIGH,
URGENT
reported_by_name
string | null

reported by name value for tenant maintenance ticket request.

Maximum string length: 160
reported_by_contact
string | null

reported by contact value for tenant maintenance ticket request.

Maximum string length: 160

Response

Created tenant maintenance ticket

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.