Create spending plan iteration item
This endpoint creates a new spending_plan_iteration_item.
POST
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items
Path Parameters
| Field | Required | Type |
|---|---|---|
spending_plan_guid The unique ID for the | Required | String |
user_guid The unique identifier for a | Required | String |
Request Body
Iteration item to be created 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...