Manage Fund Allocation of Budget Planning Scenarios

put

/api/restapi/budgetPlanningScenario/manageFundAllocation/batch

Send a request to this endpoint to assign, unassign and update funds of 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<ApiEntityFundPlanningScenarioInput>
Type: array
Title: List<ApiEntityFundPlanningScenarioInput>
Show Source
Nested Schema : ApiEntityFundPlanningScenarioInput
Type: object
Title: ApiEntityFundPlanningScenarioInput
Show Source
  • Enables you to decide whether or not a scenario is hidden from other users.
  • The period during which budget is allocated to projects within the plan.
    This value determines the year in which budget planning timescales start.
    You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021.
    After the planning period for a budget plan has been set it cannot be changed.
  • planProjects
    The plan projects associated with a scenario.
  • The system-generated identifier of the Capital Portfolio.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the portfolio.
  • Maximum Length: 4000
    The detailed summary for the plan.
    The description provides more information than short names or titles.
    It can give background information or establish a purpose for the item.
    These details help differentiate between items with similar names and are especially useful in multi-user environments.
  • The system-generated identifier of the Budget Plan Scenario.
  • Maximum Length: 255
    The name of Budget Plan Scenario.
  • Allowed Values: [ "APPROVED", "UNDER_REVIEW", "IN_PLANNING", "UNDER_APPROVAL", "RETIRED", "SHARED", "PENDING_APPROVAL", "PENDING_SHARED", "PENDING_IN_PLANNING" ]
    The status of Budget Plan Scenario.
  • Maximum Length: 60
    The user-specified identifier of a workspace.
Nested Schema : planProjects
Type: array
The plan projects associated with a scenario.
Show Source
Nested Schema : ApiEntityFundPlanProjectInput
Type: object
Title: ApiEntityFundPlanProjectInput
Show Source
Nested Schema : portfolioProjectFunds
Type: array
The funds assigned to a plan project.
Show Source
Nested Schema : ApiEntityPortfolioProjectFundInput
Type: object
Title: ApiEntityPortfolioProjectFundInput
Show Source
Nested Schema : periods
Type: array
The phase wise fund associated with a plan project.
Show Source
Nested Schema : ApiEntityFundPeriodInput
Type: object
Title: ApiEntityFundPeriodInput
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