Update a 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}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
spending_plan_guid The unique ID for the | Required | String |
iteration_item_guid The unique ID for the | Required | String |
Request Body
Iteration item to be updated with required parameter (planned_amount)
| Field | Required | Type |
|---|---|---|
category_guid | Optional | String |
item_type | Optional | Number |
planned_amount | Required | Number |
scheduled_payment_guid | Optional | String |
top_level_category_guid | Optional | String |
Loading...