This action will create a customer.
- API endpoint slug
- quickbooks_online.create_customer
- Filter code method
- QuickbooksOnline.createCustomer.skip(string?: reason)
- Runtime method
- runAction("quickbooks_online.create_customer", {})
Action fields
- Label
- Display Name
- Helper text
- The display name of the new customer.
- Slug
- display_name
- Required
- true
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setDisplayName(string: displayName)
- Label
- Company Name
- Helper text
- The company name of the new customer.
- Slug
- company
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setCompany(string: company)
- Label
- Customer Type
- Helper text
- The customer type of the new customer.
- Slug
- customer_type
- Required
- false
- Can have default value
- false
- Label
- Email
- Helper text
- The email of the new customer.
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setEmail(string: email)
- Label
- Phone
- Helper text
- The phone of the new customer.
- Slug
- phone
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setPhone(string: phone)
- Label
- Address Line 1
- Helper text
- The first line of the customer's address.
- Slug
- address_line_1
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setAddressLine1(string: addressLine1)
- Label
- Address Line 2
- Helper text
- The second line of the customer's address.
- Slug
- address_line_2
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setAddressLine2(string: addressLine2)
- Label
- City
- Helper text
- The city of the customer's address.
- Slug
- city
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setCity(string: city)
- Label
- State
- Helper text
- The state of the customer's address.
- Slug
- state
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setState(string: state)
- Label
- Zip
- Helper text
- The zip code of the customer's address.
- Slug
- zip
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setZip(string: zip)
- Label
- Website
- Helper text
- The website of the new customer.
- Slug
- website
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setWebsite(string: website)
- Label
- Notes
- Helper text
- Any notes about the new customer.
- Slug
- notes
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setNotes(string: notes)
- Label
- Fax
- Helper text
- The fax of the new customer.
- Slug
- fax
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setFax(string: fax)
- Label
- Bill with Parent?
- Helper text
- Should the new customer be billed with their parent?
- Slug
- bill_with_parent
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createCustomer.setBillWithParent(string: billWithParent)
- Label
- Job/Parent Customer
- Helper text
- The job/parent customer of the new customer.
- Slug
- job_parent_customer
- Required
- false
- Can have default value
- false