AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
QuickBooks OnlineQuickBooks Online

Create sales receipt

This action will create a sales receipt.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Customer ID Text input > Other

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)

Customer memo Text input > Short text

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)

Txn date Text input > ISO 8601 date and time

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)

Payment method Text input > Other

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)

Reference number Text input > Other

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)

Deposit to account Dropdown list

Label
Deposit To Account
Helper text
The deposit to account for this receipt
Slug
deposit_to_account
Required
false
Can have default value
false

Product service Text input > Other

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)

Description Text input > Short text

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)

Quantity Text input > Other

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)

Unit price Text input > Other

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)

Amount Text input > Other

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)

Tax code Dropdown list

Label
Tax Code
Helper text
The tax code for the line item
Slug
tax_code
Required
false
Can have default value
false