debitNoteRelatable
query
Get relatable documents for debit note
Returns documents that can be linked to this debit note, such as the original invoice or subsequent receipts.
query {
debitNoteRelatable(companyId: Int!, entityId: Int!, options: DebitNoteOptions): DebitNoteRelatableDocuments!
}Returns: DebitNoteRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | DebitNoteOptions |