Skip to main content
GET
List Aktenabrechnungen

Authorizations

Authorization
string
header
required

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

Query Parameters

booking_date
string<date>

Filter by an exact booking date

booking_date_after
string<date>

Filter for statements booked on or after this date

booking_date_before
string<date>

Filter for statements booked on or before this date

canceled
boolean

Filter by whether the statement was reversed (Storno)

clearing_no
string

Filter by the clearing number (Abrechnungsnummer)

id
string<uuid>

Filter by the ID of the Aktenabrechnung

invoice_no
string

Filter by the invoice number (Rechnungsnummer)

limit
integer

Anzahl der pro Seite zurückzugebenden Ergebnisse.

mandate
string<uuid>

Filter by the ID of the settled case

offset
integer

Der initiale Index, von dem die Ergebnisse zurückgegeben werden sollen.

reference_number
string

Filter by our case reference number (exact match)

statement_type
enum<string>

Filter by the type of settlement

Available options:
expenses_invoice,
final,
interim,
negative_closing,
transition_to_longtime_monitoring
your_reference
string

Filter by your customer number of the debtor as stored on the case (exact match)

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"