getSupplierRelatedDocuments
query
Supplier related documents
Retrieves all purchase documents (purchase orders, invoices, etc.) associated with a specific supplier, with pagination and filtering options.
query {
getSupplierRelatedDocuments(companyId: Int!, supplierId: Int!, options: SupplierRelatedDocumentsOptions): SupplierRelatedDocuments!
}Returns: SupplierRelatedDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
supplierId | Int! | |
options | SupplierRelatedDocumentsOptions |