GET
/
api
/
v1
/
exports
/
receivables.csv
Export receivables csv
curl --request GET \
  --url http://127.0.0.1:8080/api/v1/exports/receivables.csv
"<string>"

Query Parameters

period
string
required

Billing period in YYYY-MM

property_id
string<uuid>

Optional property filter

Response

200 - text/csv

Receivables CSV

The response is of type string.