Raise a change order
change_order_createRaise a change order against a quote or work order and return its CO-YYYY-NNNN number: the reference, the client, a title, the date, and the original contract value in minor units. Free tier: 5 open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The day the change was raised, YYYY-MM-DD. Default today | |
| note | No | ||
| title | Yes | What the change is, in one line, e.g. Add a second landing page and drop hosting | |
| client | Yes | The client the change is agreed with, as named on the quote or work order | |
| currency | No | ISO code the contract is priced in. Defaults to the shared business profile's currency | |
| reference | Yes | The quote or work order this change order is against, by its id, e.g. Q-2026-0003 or WO-2026-0001 | |
| duplicate_ok | No | Raise it even though an identical change order exists on this reference. Default false | |
| reference_kind | No | What the reference is. Inferred from the id when omitted: WO-... is a work order, anything else a quote | |
| original_value_minor | No | The contract value BEFORE any change order, net of VAT, in whole minor units. Required on the first change order against a reference; inherited by every later one |