This action will create a sales receipt.
- API endpoint slug
- quickbooks_online.create_sales_receipt
- Filter code method
- QuickbooksOnline.createSalesReceipt.skip(string?: reason)
- Runtime method
- runAction("quickbooks_online.create_sales_receipt", {})
Action fields
- Label
- Customer
- Helper text
- The customer for this receipt
- Slug
- customer_id
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setCustomerId(string: customerId)
- Label
- Customer Memo
- Helper text
- The customer memo for this receipt
- Slug
- customer_memo
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setCustomerMemo(string: customerMemo)
- Label
- Transaction Date
- Helper text
- The transaction date for this receipt
- Slug
- txn_date
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setTxnDate(string: txnDate)
- Label
- Payment Method
- Helper text
- The payment method for this receipt
- Slug
- payment_method
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setPaymentMethod(string: paymentMethod)
- Label
- Reference Number
- Helper text
- The reference number for this receipt
- Slug
- reference_number
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setReferenceNumber(string: referenceNumber)
- Label
- Deposit To Account
- Helper text
- The deposit to account for this receipt
- Slug
- deposit_to_account
- Required
- false
- Can have default value
- false
- Label
- Product/Service
- Helper text
- The product or service for this receipt
- Slug
- product_service
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setProductService(string: productService)
- Label
- Description
- Helper text
- The description for the line item
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setDescription(string: description)
- Label
- Quantity
- Helper text
- The quantity for the line item
- Slug
- quantity
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setQuantity(string: quantity)
- Label
- Unit Price
- Helper text
- The unit price for the line item
- Slug
- unit_price
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setUnitPrice(string: unitPrice)
- Label
- Amount
- Helper text
- The amount for the line item
- Slug
- amount
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createSalesReceipt.setAmount(string: amount)
- Label
- Tax Code
- Helper text
- The tax code for the line item
- Slug
- tax_code
- Required
- false
- Can have default value
- false