qbo_customers_create
Add a new customer to QuickBooks Online by providing a unique display name and optional billing address, phone, and email.
Instructions
Create a new Customer record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| BillAddr | No | Billing address object with Line1, City, CountrySubDivisionCode, PostalCode | |
| GivenName | No | First name of the customer | |
| FamilyName | No | Last name of the customer | |
| CompanyName | No | Company name | |
| DisplayName | Yes | Display name for the customer (required, must be unique) | |
| PrimaryPhone | No | Primary phone object, e.g. {"FreeFormNumber": "555-1234"} | |
| PrimaryEmailAddr | No | Primary email address object, e.g. {"Address": "user@example.com"} |