Batch Update Budget Planning Scenarios

put

/api/restapi/budgetPlanningScenario/batch

Send a request to this endpoint to update one or more budget planning scenarios. For each JSON object provided in the request body, an application object with a matching ID value 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 : List<ApiEntityBudgetPlanningScenarioInput>
Type: array
Title: List<ApiEntityBudgetPlanningScenarioInput>
Show Source
Nested 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

200 Response

A collection of object IDs mapped to a canonical link of the object with corresponding warning messages if any warnings were generated while processing the update request. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"},"warnings":[{"primaryKeyName":"objectIdFieldName","uniqueFieldName":"object_code_01","uniqueFieldValue":"objectCodeFieldName","primaryKeyValue":1,"warningMessages":["warning_message_1","warning_message_2"]}]}

400 Response

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