List all Invoice lines

Get list of invoices lines, filters may be added as query parameters. Returns InvoiceLineExtended models. Only invoices issued on or after January 1st 2019 will be returned

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Query Params
profile_id
array of strings

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

profile_id
serial_number
array of strings

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

serial_number
string

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

string

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

string

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

string

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

string

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

date

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

date

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

date

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

date

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

int32

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

int32

Pagination offset index, 0 based.

string

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

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json