GET
Accounting property room profitability allocation preview

Authorizations

Authorization
string
header
required

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

Query Parameters

date_from
string
required

Inclusive journal entry date lower bound in YYYY-MM-DD

date_to
string
required

Inclusive journal entry date upper bound in YYYY-MM-DD

allocation_method
enum<string>

Shared-expense allocation method. Defaults to revenue_share. Schema for expense allocation method.

Available options:
revenue_share,
equal_room

Response

Read-only room profitability preview after property-level expense allocation

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.