Skip to main content
GET
/
api
/
v1
/
Finances
/
invoices
/
detail
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    "<unknown>"
  ]
}

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

DIRECT 
STORAGE
RETURNS
CARRIER
TRANSFER
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