Manage Fund Allocation of Budget Planning Scenario

put

/api/restapi/budgetPlanningScenario/manageFundAllocation

Send a request to this endpoint to assign, unassign and update funds of 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 : 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

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