referenceableDocuments
Returns documents eligible to be selected as a reference, based on the type and nature of the document being created.
referenceableDocuments(
creatingDocumentNature: InvoiceNature!
creatingDocumentType: InvoiceType!
rentalAccountId: UUID!
): [RentalAccountInvoice!]!
Arguments
| Nom | Type | Description |
|---|---|---|
| creatingDocumentNature | InvoiceNature! non-null enum | — |
| creatingDocumentType | InvoiceType! non-null enum | — |
| rentalAccountId | UUID! non-null scalar | — |
Response
RentalAccountInvoice object