update_bill_run
Update the scheduled date and time of a pending bill run by providing a new ISO 8601 datetime. Changes take effect only if the bill run is still pending.
Instructions
Update a bill run. PUT /bill-run/{billRunId}. Required: billRunId, newDateTime. Use ISO 8601: YYYY-MM-DDTHH:MM:SS or with timezone (e.g. 2026-02-26T20:05:00Z). If no timezone, Z (UTC) is appended. Note: this tool only works on bill runs with status pending. Calls against completed or error runs will fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billRunId | Yes | Bill run ID (required) | |
| newDateTime | Yes | New date/time for schedule (required). ISO 8601, e.g. 2026-02-26T20:05:00 or 2026-02-26T20:05:00Z. Without timezone, Z is added. |