accept_budget_suggestion
Accept an AI-generated budget recommendation by linking it to an existing budget. Provide the budget ID to mark the suggestion as accepted.
Instructions
AI-generated budget recommendations you can accept (link to a budget you created) or dismiss. Marks the suggestion as accepted and links it to an existing budget. Create the budget first via
POST /analytics/v1/budgets, then pass its id as budgetId. The budget must belong to your account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| budgetId | Yes | ID of the budget (created via POST /analytics/v1/budgets) to link this suggestion to. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. | |
| editedBeforeAccept | No | Whether the customer edited the suggested values before accepting. |