receiptCreate: mutations | Moloni ON API
Moloni ONGuidesAPI ReferenceExplorer
API Reference

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

NameTypeDescription
companyIdInt!
dataReceiptInsert!
optionsReceiptMutateOptions