View a Program Budget Change

get

/api/restapi/programBudgetChange/{programBudgetChangeId}

This endpoint returns program budget changes that meet the following requirements:
  • The object is associated with a program budget change with an ID value that matches the value of the {programBudgetChangeId} path parameter.
Program Budget changes represent modifications or adjustments to program budgets.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityProgramBudgetChange
Type: object
Title: ApiEntityProgramBudgetChange
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a program budget change.
Show Source
Nested Schema : programBudgetChangeCost
An object containing the cost fields associated with the program budget change.
Match All
Show Source
  • ApiEntityProgramBudgetChangeCost
    Title: ApiEntityProgramBudgetChangeCost
    Read Only: true
    This entity represents a ProgramBudgetChangeCost object, a unique ProgramBudgetChangeCost object can be identified by the following combinations of the fields.
    • programBudgetChangeId
Nested Schema : programBudgetChangeTransactions
Type: array
List of all program budget change transactions of a program budget change.
Show Source
Nested Schema : ApiEntityProgramBudgetChangeConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetChangeConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetChangeCost
Type: object
Title: ApiEntityProgramBudgetChangeCost
Read Only: true
This entity represents a ProgramBudgetChangeCost object, a unique ProgramBudgetChangeCost object can be identified by the following combinations of the fields.
  • programBudgetChangeId
Show Source
Nested Schema : ApiEntityProgramBudgetChangeTransaction
Type: object
Title: ApiEntityProgramBudgetChangeTransaction
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a program budget change transaction.
Show Source
Nested Schema : programBudgetTransactionCost
The cost data of a program budget transaction.
Match All
Show Source
Nested Schema : ApiEntityProgramBudgetTransactionConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetTransactionConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetTransactionCost
Type: object
Title: ApiEntityProgramBudgetTransactionCost
Show Source

404 Response

The requested program budget change does not exist, or you do not have access to it.
Back to Top