receiptCreate
mutation
Create receipt
Issues a new receipt to record payment received from a customer, settling one or more related invoices or debit notes.
mutation {
receiptCreate(companyId: Int!, data: ReceiptInsert!, options: ReceiptMutateOptions): Receipt!
}Returns: Receipt!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ReceiptInsert! | |
options | ReceiptMutateOptions |