invoice
query
Get invoice by ID
Retrieves the full details of an invoice, including line items, taxes, payments, customer info, and fiscal status.
query {
invoice(companyId: Int!, documentId: Int!, options: InvoiceOptionsSingle): Invoice!
}Returns: Invoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | InvoiceOptionsSingle |