invoiceRelatable
query
Get relatable documents for invoice
Returns documents that can be linked to this invoice, such as delivery notes, credit notes, or receipts.
query {
invoiceRelatable(companyId: Int!, entityId: Int!, options: InvoiceOptions): InvoiceRelatableDocuments!
}Returns: InvoiceRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | InvoiceOptions |