Create billing milestone
projects_create_billing_milestoneAdd a fixed-fee billing milestone to a project's billing plan - this is what lets a fixed-price project be invoiced in instalments. amount_type 'percentage' means amount_value is a percent of the project's revenue (contract sum); 'fixed' means amount_value is an absolute amount. Requires finance.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | pending | invoiced. Defaults to pending. | |
| due_date | Yes | ISO date YYYY-MM-DD. Required. | |
| project_id | Yes | ||
| sort_order | No | ||
| amount_type | Yes | percentage | fixed (case-insensitive). | |
| description | No | ||
| amount_value | Yes | A percent of the contract sum when amount_type is 'percentage', otherwise an absolute amount. |