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.setCustomer(string: customer_id)
- 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.setCustomer Memo(string: customer_memo)
- 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.setTxn Date(string: txn_date)
- 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.setPayment Method(string: payment_method)
- 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.setReference Number(string: reference_number)
- 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.setProduct Service(string: product_service)
- 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.setUnit Price(string: unit_price)
- 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