You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String spendingPlanGuid ="SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262"; // String | The unique ID for the `spending_plan`.
121
121
String userGuid ="USR-fa7537f3-48aa-a683-a02a-b18940482f54"; // String | The unique id for a `user`.
122
-
SpendingPlanIterationItemCreateRequestBody spendingPlanIterationItemCreateRequestBody =newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
122
+
SpendingPlanIterationItemCreateRequestBody spendingPlanIterationItemCreateRequestBody =newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)
123
123
try {
124
124
SpendingPlanIterationItemResponse result = apiInstance.createSpendingPlanIterationItem(spendingPlanGuid, userGuid, spendingPlanIterationItemCreateRequestBody);
|**spendingPlanGuid**|**String**| The unique ID for the `spending_plan`. ||
142
142
|**userGuid**|**String**| The unique id for a `user`. ||
143
-
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be created with required parameters (planned_amount) ||
143
+
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be created with required parameter (planned_amount) ||
144
144
145
145
### Return type
146
146
@@ -999,7 +999,7 @@ public class Example {
999
999
String userGuid ="USR-fa7537f3-48aa-a683-a02a-b18940482f54"; // String | The unique id for a `user`.
1000
1000
String spendingPlanGuid ="SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262"; // String | The unique ID for the `spending_plan`.
1001
1001
String iterationItemGuid ="SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3"; // String | The unique ID for the `iteration_item`.
1002
-
SpendingPlanIterationItemCreateRequestBody spendingPlanIterationItemCreateRequestBody =newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item object to be updated with required parameter (iteration_item_guid)
1002
+
SpendingPlanIterationItemCreateRequestBody spendingPlanIterationItemCreateRequestBody =newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)
1003
1003
try {
1004
1004
SpendingPlanIterationItemResponse result = apiInstance.updateSpendingPlanIterationItem(userGuid, spendingPlanGuid, iterationItemGuid, spendingPlanIterationItemCreateRequestBody);
1005
1005
System.out.println(result);
@@ -1021,7 +1021,7 @@ public class Example {
1021
1021
|**userGuid**|**String**| The unique id for a `user`. ||
1022
1022
|**spendingPlanGuid**|**String**| The unique ID for the `spending_plan`. ||
1023
1023
|**iterationItemGuid**|**String**| The unique ID for the `iteration_item`. ||
1024
-
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item object to be updated with required parameter (iteration_item_guid) ||
1024
+
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be updated with required parameter (planned_amount) ||
0 commit comments