accept_budget_suggestion
Accept an AI-generated budget recommendation by linking it to an existing budget you created, or dismiss it. Marks the suggestion as accepted and associates it with the specified budget ID for your account.
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. |