getPossibleDocuments
query
List eligible documents for bank remittance Returns documents that can be added to a bank remittance, filtered by remittance type (direct debit or credit transfer).
query {
getPossibleDocuments(companyId: Int!, type: Int!, options: PossibleDocumentsOptions): PossibleDocuments!
}Returns: PossibleDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
type | Int! | |
options | PossibleDocumentsOptions |