Update Spending Plan Iteration Item
Use this endpoint to update an existing spending_plan_iteration_item.
PUT
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items/{iteration_item_guid}
Parameters
| Field | Required | Type |
|---|---|---|
category_guid The category of the | Optional | String |
item_type The type of the iteration item. 0 = | Optional | String |
planned_amount The amount planned for the | Optional | Decimal |
scheduled_payment_guid The scheduled payment of the | Optional | String |
top_level_category_guid The parent category of the | Optional | String |
Request sample
Language:shell
Response sample
Language:json