v1

latestOpenAPI 3.1.02026-07-2420077.8 KB

List all Invoice lines

Get list of invoices lines, filters may be added as query parameters. Returns InvoiceLineExtended models.

get/invoices/lines

Query parameters

profile_idstring[]

Filter, only fetch invoices that match any of the provided profile ids

serial_numberstring[]

Filter, only fetch invoices that exactly match one of the provided serial numbers

serial_number_containsstring

Filter, only fetch lines on invoices that partially match invoice.serial_number

billing_periodstring

Filter, only fetch invoices that match a billing_period (instant, weekly, biweekly, monthly)

travelperk_bank_account_numberstring

Filters the invoices that need to be paid against a specific TravelPerk’s bank account, using its account number. See the tk_bank_account attribute of the Invoice model for more detail

customer_country_namestring

Filter, only fetch invoices that match the country name of the customer's billing address in the invoice

statusstring

Filter, only fetch invoices that match invoice's status. Available values : paid, unpaid

issuing_date_gtestring date

Filter, only fetch invoices where invoice.issuing_date is greater than or equal to this date

issuing_date_ltestring date

Filter, only fetch invoices where invoice.issuing_date is less than or equal to this date

due_date_gtestring date

Filter, only fetch invoices where invoice.due_date is greater than or equal to this date

due_date_ltestring date

Filter, only fetch invoices where invoice.due_date is less than or equal to this date

limitinteger

Pagination maximum number of elements to return. See more info in Pagination

offsetinteger

Pagination offset index, 0 based.

network_transaction_idstring

Filter, only fetch InvoiceLines that match the specified network transaction ID of the card transaction used to cover them. This ID is provided by card vendors such as expense card providers to help match card transactions with invoice lines in TravelPerk. This filter cannot be combined with other filters and is only available for invoices with dates after March 31, 2025.

Response

200