Update a Budget Planning Scenario

put

/api/restapi/budgetPlanningScenario

Send a request to this endpoint to update a budget planning scenario. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityBudgetPlanningScenarioInput
Type: object
Title: ApiEntityBudgetPlanningScenarioInput
Show Source
Nested Schema : planProjects
Type: array
The plan projects associated with a scenario.
Show Source
Nested Schema : targetBudgetPeriods
Type: array
The phase costs of target budget.
Show Source
Nested Schema : targetSubCurveDetails
Type: array
The target capital and expense cost details of a scenario.
Show Source
Nested Schema : ApiEntityBudgetPlanProjectInput
Type: object
Title: ApiEntityBudgetPlanProjectInput
Show Source
Nested Schema : planProjectPeriods
Type: array
The period budgets associated with a plan project.
Show Source
Nested Schema : planProjectSubCurveDetails
Type: array
The capital and expense cost details of a plan project.
Show Source
Nested Schema : ApiEntityScenarioPhaseFinancialInput
Type: object
Title: ApiEntityScenarioPhaseFinancialInput
Show Source
Nested Schema : ApiEntitySubCostCurveInput
Type: object
Title: ApiEntitySubCostCurveInput
Show Source
Nested Schema : costCurvePeriods
Type: array
The phase wise costs of cost curve.
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Budget Planning Scenario service. Verify the request contains valid data, then resubmit the request.
Back to Top