GET
Export receivables 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 billing period in YYYY-MM. Use either period or a closed period_from/period_to range.

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

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

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

Inclusive billing-period 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

Receivables CSV

The response is of type string.