getCustomerRelatedDocuments
query
Customer related documents
Retrieves all documents (invoices, credit notes, receipts, etc.) associated with a specific customer, with pagination and filtering options.
query {
getCustomerRelatedDocuments(companyId: Int!, customerId: Int!, options: CustomerRelatedDocumentsOptions): CustomerRelatedDocuments!
}Returns: CustomerRelatedDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
options | CustomerRelatedDocumentsOptions |