View Program Budget Changes by Parent

get

/api/restapi/programBudgetChange/byParent

Send a request to this end point to view all program budget changes under parent with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProgramBudgetChange>
Type: array
Title: List<ApiEntityProgramBudgetChange>
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

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