receiptRelatable
query
Get relatable documents for receipt
Returns documents that can be linked to this receipt, such as the invoices being settled.
query {
receiptRelatable(companyId: Int!, entityId: Int!, options: ReceiptOptions): ReceiptRelatableDocuments!
}Returns: ReceiptRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | ReceiptOptions |