Create a Budget Plan Snapshot

post

/api/restapi/action/capitalPlanSnapshot

Send a request to this endpoint to create a budget plan snapshot. Budget plan snapshots capture the state of an approved budget plan at a particular point in time. Use budget plan snapshots to capture the history of a portfolio budget plan and monitor the progress of projects included in the plan.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCapitalPlanSnapshotInput
Type: object
Title: ApiEntityCapitalPlanSnapshotInput
Show Source
  • The unique identifier of a budget plan.
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Read Only: true
    Deprecated. As of 23.10.
    The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • Read Only: true
    Maximum Length: 60
    Deprecated. As of 24.4.
    Code for the baseline or snapshot.
  • The unique identifier for a baseline or snapshot.
  • Read Only: true
    Deprecated. As of 24.4.
    The time at which the snapshot was generated.
  • Read Only: true
    Allowed Values: [ "CAPITAL_PLAN", "PROJECT", "PROGRAM", "IDEA" ]
    Deprecated. As of 24.4.
    Identifies the type of the baseline. Valid values are Original, Current, or Blank. Original baselines mark the starting point for recurring change requests for modifications to Scope Items, Work Packages, and Scope Assignments. Current baselines indicate the latest set baseline when a related original baseline exists. Blank baselines indicate the baseline is a snapshot.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityCapitalPlanSnapshot
Type: object
Title: ApiEntityCapitalPlanSnapshot
Show Source
  • The unique identifier of a budget plan.
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • Maximum Length: 60
    Code for the baseline or snapshot.
  • The unique identifier for a baseline or snapshot.
  • The time at which the snapshot was generated.
  • Allowed Values: [ "CAPITAL_PLAN", "PROJECT", "PROGRAM", "IDEA" ]
    Identifies the type of the baseline. Valid values are Original, Current, or Blank. Original baselines mark the starting point for recurring change requests for modifications to Scope Items, Work Packages, and Scope Assignments. Current baselines indicate the latest set baseline when a related original baseline exists. Blank baselines indicate the baseline is a snapshot.
  • Date when the record was last updated.

400 Response

Invalid input for the Action service.
Back to Top