update_bill_run
Modify the scheduled date and time for pending bill runs in subscription billing systems. Specify bill run ID and new ISO 8601 datetime to reschedule billing operations.
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. |