Update project invoicing settings
projects_update_invoicingCreate or update a project's invoicing settings (upsert on project_id). billing_model: time_and_materials|fixed_fee. invoice_frequency: monthly|quarterly|specific_date. approval_type: none|sequential. Requires finance.edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| approval_type | No | none | sequential | |
| billing_model | No | time_and_materials | fixed_fee | |
| default_vat_rate | No | Percent, e.g. 25. | |
| invoice_currency | No | ISO code, e.g. DKK. | |
| invoice_frequency | No | monthly | quarterly | specific_date | |
| payment_terms_days | No | ||
| invoice_anchor_date | No | ISO date YYYY-MM-DD. | |
| invoice_interval_unit | No | ||
| expense_default_markup | No | Percent. | |
| invoice_interval_value | No | ||
| fx_rate_to_company_currency | No | ||
| invoice_billing_day_of_month | No | ||
| invoice_specific_day_of_month | No |