create_customer
Create a customer record with business name and optional contact, tax, and observation details. Returns the newly created customer data.
Instructions
Create a customer. Returns the created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Primary email. | ||
| website | No | Website URL. | |
| cashed_vat | No | Cashed-VAT regime (regime de IVA de caixa). | |
| contact_name | No | Primary contact person. | |
| observations | No | Visible notes about the customer. | |
| phone_number | No | Landline / main phone. | |
| business_name | Yes | Legal/trading name. | |
| is_tax_exempt | No | True if the customer is VAT-exempt. | |
| mobile_number | No | Mobile phone. | |
| not_final_customer | No | True if the customer is a reseller (not a final consumer). | |
| tax_country_region | No | Tax region — `PT` (Portugal), `UE` (EU member state), `NON-UE` (non-EU). | |
| country_iso_alpha_2 | No | ISO 3166-1 alpha-2 country code, e.g. PT, US, DE. | |
| internal_observations | No | Internal-only notes (not shown to customer). | |
| tax_registration_number | No | VAT / NIF. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||