View a Project Budget Change by Code and Project Budget

get

/api/restapi/budgetChange/projectBudget/{projectBudgetId}/code/{budgetChangeCode}

This endpoint returns project budget changes that meet the following requirements:
  • The object has a code that matches the value of the {budgetChangeCode} path parameter.
  • The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.
Budget changes represent modifications or adjustments to project 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 : ApiEntityBudgetChange
Type: object
Title: ApiEntityBudgetChange
Show Source
Nested Schema : budgetChangeCost
An object containing the cost fields associated with the budget change.
Match All
Show Source
Nested Schema : budgetTransactions
Type: array
List of all budget transactions for the project budget change.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget change.
Show Source
Nested Schema : ApiEntityBudgetChangeCost
Type: object
Title: ApiEntityBudgetChangeCost
Read Only: true
Show Source
Nested Schema : ApiEntityBudgetChangeTransaction
Type: object
Title: ApiEntityBudgetChangeTransaction
Show Source
Nested Schema : budgetTransactionCost
The cost of a budget transaction.
Match All
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget change transaction.
Show Source
Nested Schema : ApiEntityBudgetTransactionCost
Type: object
Title: ApiEntityBudgetTransactionCost
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFieldValue
Type: object
Title: ApiEntityBudgetTransactionConfiguredFieldValue
Show Source
Nested Schema : ApiEntityBudgetChangeConfiguredFieldValue
Type: object
Title: ApiEntityBudgetChangeConfiguredFieldValue
Show Source

404 Response

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