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
Copy file name to clipboardExpand all lines: docs/SpendingPlanApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ namespace Example
145
145
varapiInstance=newSpendingPlanApi(config);
146
146
varspendingPlanGuid=SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262; // string | The unique ID for the `spending_plan`.
147
147
varuserGuid=USR-fa7537f3-48aa-a683-a02a-b18940482f54; // string | The unique id for a `user`.
148
-
varspendingPlanIterationItemCreateRequestBody=newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
148
+
varspendingPlanIterationItemCreateRequestBody=newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)
149
149
150
150
try
151
151
{
@@ -190,7 +190,7 @@ catch (ApiException e)
190
190
|------|------|-------------|-------|
191
191
|**spendingPlanGuid**|**string**| The unique ID for the `spending_plan`. ||
192
192
|**userGuid**|**string**| The unique id for a `user`. ||
193
-
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be created with required parameters (planned_amount) ||
193
+
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be created with required parameter (planned_amount) ||
194
194
195
195
### Return type
196
196
@@ -1340,7 +1340,7 @@ namespace Example
1340
1340
varuserGuid=USR-fa7537f3-48aa-a683-a02a-b18940482f54; // string | The unique id for a `user`.
1341
1341
varspendingPlanGuid=SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262; // string | The unique ID for the `spending_plan`.
1342
1342
variterationItemGuid=SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3; // string | The unique ID for the `iteration_item`.
1343
-
varspendingPlanIterationItemCreateRequestBody=newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item object to be updated with required parameter (iteration_item_guid)
1343
+
varspendingPlanIterationItemCreateRequestBody=newSpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)
1344
1344
1345
1345
try
1346
1346
{
@@ -1386,7 +1386,7 @@ catch (ApiException e)
1386
1386
|**userGuid**|**string**| The unique id for a `user`. ||
1387
1387
|**spendingPlanGuid**|**string**| The unique ID for the `spending_plan`. ||
1388
1388
|**iterationItemGuid**|**string**| The unique ID for the `iteration_item`. ||
1389
-
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item object to be updated with required parameter (iteration_item_guid) ||
1389
+
|**spendingPlanIterationItemCreateRequestBody**|[**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md)| Iteration item to be updated with required parameter (planned_amount) ||
0 commit comments