POST
Create property fee template

Authorizations

Authorization
string
header
required

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

Path Parameters

property_id
string<uuid>
required

Property ID

Body

application/json

JSON payload used to create property fee template.

Request payload for create fee template.

name
string
required

Human-readable name for the resource.

Required string length: 1 - 120
fee_type
enum<string>
required

Classification of the recurring fee.

Available options:
wifi,
garbage,
parking,
service,
laundry,
other
amount
string
required

2-dp decimal string; validated >= 0 in the service.

Example:

"150000"

is_default
boolean | null

Whether this account or setting is the default choice.

Response

Created fee template

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.