receipts
query
List receipts
Retrieves a paginated list of receipts for the company, with filtering by date, customer, status, and document set.
query {
receipts(companyId: Int!, options: ReceiptOptions): Receipts!
}Returns: Receipts!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ReceiptOptions |