GET
Export statement csv

Authorizations

Authorization
string
header
required

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

Query Parameters

period
string

Exact statement period in YYYY-MM. This is a management statement export, not a statutory tax invoice/e-invoice.

Required string length: 7
Pattern: ^\d{4}-\d{2}$
period_from
string

Inclusive month lower bound in YYYY-MM. Must be paired with period_to.

Required string length: 7
Pattern: ^\d{4}-\d{2}$
period_to
string

Inclusive month upper bound in YYYY-MM. Must be paired with period_from.

Required string length: 7
Pattern: ^\d{4}-\d{2}$
property_id
string<uuid>

Optional property filter

Response

Statement CSV with invoice and payment rows

The response is of type string.