GET
/
api
/
v1
/
Finances
/
invoices
/
detail
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    "<any>"
  ]
}

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