GetInvoiceLines

Queries and retrieves invoice lines matching the specified criteria.

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

The invoice line query filters.

lineIds
array | null

Gets or sets a list of invoice line IDs to filter by.

lineIds
sourceLineIds
array | null

Gets or sets a list of source line IDs to filter by.

sourceLineIds
invoiceIds
array | null

Gets or sets a list of invoice IDs to filter lines by.

invoiceIds
date-time | null

Gets or sets the from invoice date.

date-time | null

Gets or sets the to invoice date.

invoiceNumbers
array of strings | null

Gets or sets a list of invoice numbers to filter lines by.

invoiceNumbers
invoiceNumberPrefixes
array of strings | null

Gets or sets a list of invoice number prefixes to filter by.

invoiceNumberPrefixes
issuerIds
array | null

Gets or sets a list of issuer IDs to filter invoice lines by.

issuerIds
recipientIds
array | null

Gets or sets a list of recipient IDs to filter invoice lines by.

recipientIds
orderIds
array | null

Gets or sets a list of order IDs to filter invoice lines by.

orderIds
deliveryIds
array | null

Gets or sets a list of delivery IDs to filter invoice lines by.

deliveryIds
orderProcessIds
array | null

Gets or sets a list of order process IDs to filter invoice lines by.

orderProcessIds
fromParties
array of objects | null

Gets or sets a list of sender party identifiers to filter by.

fromParties
Allowed:
toParties
array of objects | null

Gets or sets a list of receiver party identifiers to filter by.

toParties
Allowed:
invoiceStates
array of objects | null

Gets or sets a list of invoice states to filter lines by.

invoiceStates
Allowed:
invoiceScopes
array of objects | null

Gets or sets a list of invoice scopes to filter lines by.

invoiceScopes
Allowed:
invoiceTypes
array of objects | null

Gets or sets a list of invoice types to filter lines by.

invoiceTypes
Allowed:
string | null

Gets or sets the environment identifier (e.g., Production, Staging).

string | null

Gets or sets the IP address of the calling application.

string | null

Gets or sets the user token for authentication context.

string | null

Gets or sets the session identifier of the current user session.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the numeric user identifier.

string | null

Gets or sets the IP address of the requesting user.

string | null

Gets or sets the envelope parameter for response shaping.

string | null

Gets or sets the thread identifier for request tracing and correlation.

includes
array of strings | null

Gets or sets the list of related entities to include in the response (e.g., Lines, Properties, Tags).

includes
string | null

Gets or sets the search keyword used for full-text or partial matching.

string
^-?(?:0|[1-9]\d*)$

Gets or sets the page index for pagination (1-based).

string
^-?(?:0|[1-9]\d*)$

Gets or sets the number of records per page for pagination.

string | null

Gets or sets the sorting expression (e.g., "Created desc", "Name asc").

status
array of objects | null

Gets or sets the list of entity statuses to filter by.

status
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Response
200

A list of invoice lines.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!