receipt
query
Get receipt by ID
Retrieves the full details of a receipt, including payment information, settled invoices, and customer data.
query {
receipt(companyId: Int!, documentId: Int!, options: ReceiptOptionsSingle): Receipt!
}Returns: Receipt!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | ReceiptOptionsSingle |