Create a Spending Plan Iteration Item
Use this endpoint to create a new spending_plan_iteration_item.
POST
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items
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 | Required | 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