Skip to main content
GET
Gets the invoice line items for an invoice

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Query Parameters

accountNumber
string
required

The customer's account number

invoiceType
string
required

The invoice type

invoiceNumber
string
required

A specific invoice number

Response

200 - application/json

Returns the list of line items

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
any[] | null

The payload object of the response