expiries_update
Update expiry items: adjust the expiration date to restart reminders, detach a vehicle, or close an item manually without generating the next one.
Instructions
Update an expiry item. Changing expiresAt restarts the reminders. vehicleId: null detaches it from the vehicle; closed: true closes it by hand (without creating the next one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| uuid | Yes | Expiry item UUID | |
| label | No | Display label (default: the kind's name, e.g. "RCA") | |
| notes | No | ||
| closed | No | ||
| number | No | Policy / certificate / contract number | |
| provider | No | Insurer, ITP station, leasing company, certificate provider … | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) | |
| expiresAt | No | ||
| validFrom | No | Valid from, YYYY-MM-DD | |
| vehicleId | No | ||
| remindDaysBefore | No | First reminder this many days before (default 30); then 7, 1 and 0 days |