create_client
Create a new client in Invoice Ninja with required name and contacts, plus optional address, tax, and notes.
Instructions
Create a new client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client/company name | |
| contacts | Yes | Client contacts (at least one required) | |
| address1 | No | Street address | |
| address2 | No | Address line 2 | |
| city | No | City | |
| state | No | State/Province | |
| postal_code | No | Postal/ZIP code | |
| country_id | No | Country ID | |
| phone | No | Phone number | |
| website | No | Website URL | |
| vat_number | No | VAT/Tax number | |
| public_notes | No | Notes visible to client | |
| private_notes | No | Internal notes | |
| currency_id | No | Currency ID (e.g., '1' for USD) |