Skip to main content
GET
Get Invoice

Path Parameters

invoice_id
string
required

Response

Successful Response

id
string
required
invoiceNumber
string
required
invoiceType
string | null
salesOrderId
string | null
clientId
string | null
clientName
string | null
currency
string | null
subtotal
number | null
taxRate
number | null
taxAmount
number | null
totalAmount
number | null
paidAmount
number | null
remainingBalance
number | null
issuedDate
string | null
dueDate
string | null
status
string | null
notes
string | null
createdAt
string | null
lineItems
InvoiceLineItem · object[] | null