Update a Program Budget Change
put
/api/restapi/programBudgetChange
Send a request to this endpoint to update a program budget change. 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
- application/json
Root Schema : ApiEntityProgramBudgetChangeInput
Type:
object
Title:
ApiEntityProgramBudgetChangeInput
This entity represents a ProgramBudgetChange object, a unique ProgramBudgetChange object can be identified by the following combinations of the fields.
Show Source
- programBudgetId
- programId
- programCode,workspaceId
- programCode,workspaceCode
-
configuredFields: array
configuredFields
The list of configured fields for a program budget change.
-
description: string
Minimum Length:
0
Maximum Length:4000
Details supporting the change request. -
programBudgetChangeCode: string
Maximum Length:
60
The unique identifier of the program budget change request. -
programBudgetChangeId: integer
(int64)
The system-generated identifier of a program budget change.
-
programBudgetChangeTransactions: array
programBudgetChangeTransactions
List of all program budget change transactions of a program budget change.
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId(required): integer
(int64)
The unique identifier for the program.
-
workspaceCode: string
Maximum Length:
60
The user-specified identifier of a workspace. -
workspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : configuredFields
Type:
array
The list of configured fields for a program budget change.
Show Source
-
Array of:
object ApiEntityProgramBudgetChangeConfiguredFieldValueInput
Title:
ApiEntityProgramBudgetChangeConfiguredFieldValueInput
This entity represents a ProgramBudgetChangeConfiguredFieldValue object, a unique ProgramBudgetChangeConfiguredFieldValue object can be identified by the following combinations of the fields.- programBudgetChangeConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
Nested Schema : programBudgetChangeTransactions
Type:
array
List of all program budget change transactions of a program budget change.
Show Source
-
Array of:
object ApiEntityProgramBudgetChangeTransactionInput
Title:
ApiEntityProgramBudgetChangeTransactionInput
This entity represents a ProgramBudgetChangeTransaction object, a unique ProgramBudgetChangeTransaction object can be identified by the following combinations of the fields.- programBudgetTransactionId
Nested Schema : ApiEntityProgramBudgetChangeConfiguredFieldValueInput
Type:
object
Title:
ApiEntityProgramBudgetChangeConfiguredFieldValueInput
This entity represents a ProgramBudgetChangeConfiguredFieldValue object, a unique ProgramBudgetChangeConfiguredFieldValue object can be identified by the following combinations of the fields.
Show Source
- programBudgetChangeConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
-
action: string
Allowed Values:
[ "DELETE" ]
Provide value for this field during object update to delete the assigned configured field value. -
columnDefinitionId: integer
(int64)
Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
-
columnLabel: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column label. -
columnName: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column name. -
dateValue: string
(date-time)
This holds values for Date type configured fields.
-
numberValue: number
This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
-
programBudgetChangeConfiguredFieldValueId: integer
(int64)
The system generated identifier of a Program Budget Change Configured Field assigned to a Program Budget Change.
-
textValue: string
Maximum Length:
4000
This holds values for Boolean, List and Text type configured fields.
Nested Schema : ApiEntityProgramBudgetChangeTransactionInput
Type:
object
Title:
ApiEntityProgramBudgetChangeTransactionInput
This entity represents a ProgramBudgetChangeTransaction object, a unique ProgramBudgetChangeTransaction object can be identified by the following combinations of the fields.
Show Source
- programBudgetTransactionId
-
action: string
Allowed Values:
[ "DELETE" ]
Provide value for this field during object update to delete the assigned configured field value. -
budgetCbsTemplateCodeId: integer
(int64)
The name of the CBS Code associated with the budget line item.
-
budgetCostCategoryId: integer
(int64)
The type of cost associated with the budget line item.
-
configuredFields: array
configuredFields
An object containing configured fields in the form of key-value pairs.
-
desiredCode: string
Minimum Length:
0
Maximum Length:60
A unique identifier for the budget item (Add Budget Line). -
productionRate: number
(double)
Minimum Value:
0.000010
The number of hours per unit of measure needed to complete the budget line item. -
programBudgetChangeId: integer
(int64)
This is an intermediary field that the system uses to calculate other values. It does not correspond to any field users can see in the user interface.
-
programBudgetItemId: integer
(int64)
A unique identifier for the budget item (Change Budget Line).
-
programBudgetItemName: string
Maximum Length:
255
The name of the budget item. -
programBudgetTransactionCode: string
Maximum Length:
60
The unique identifier of the program budget line item detail. -
programBudgetTransactionCost:
programBudgetTransactionCost
The cost data of a program budget transaction.
-
programBudgetTransactionId: integer
(int64)
The system-generated identifier for a transaction.
-
quantity: number
(double)
The number of each budget line item needed to complete the work.
-
unitOfMeasureId: integer
(int64)
The Unit of Measure used for the budget line item detail.
Nested Schema : configuredFields
Type:
array
An object containing configured fields in the form of key-value pairs.
Show Source
-
Array of:
object ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
Title:
ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
This entity represents a ProgramBudgetTransactionConfiguredFieldValue object, a unique ProgramBudgetTransactionConfiguredFieldValue object can be identified by the following combinations of the fields.- programBudgetTransactionConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
Nested Schema : programBudgetTransactionCost
The cost data of a program budget transaction.
Match All
The cost data of a program budget transaction.
Show Source
-
object
ApiEntityProgramBudgetTransactionCostInput
Title:
ApiEntityProgramBudgetTransactionCostInput
This entity represents a ProgramBudgetTransactionCost object, a unique ProgramBudgetTransactionCost object can be identified by the following combinations of the fields.- programBudgetTransactionId
Nested Schema : ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
Type:
object
Title:
ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
This entity represents a ProgramBudgetTransactionConfiguredFieldValue object, a unique ProgramBudgetTransactionConfiguredFieldValue object can be identified by the following combinations of the fields.
Show Source
- programBudgetTransactionConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
-
action: string
Allowed Values:
[ "DELETE" ]
Provide value for this field during object update to delete the assigned configured field value. -
columnDefinitionId: integer
(int64)
Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
-
columnLabel: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column label. -
columnName: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column name. -
dateValue: string
(date-time)
This holds values for Date type configured fields.
-
numberValue: number
This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
-
programBudgetTransactionConfiguredFieldValueId: integer
(int64)
The system generated identifier of a Program Budget Transaction Configured Field assigned to a Program Budget Transaction.
-
textValue: string
Maximum Length:
4000
This holds values for Boolean, List and Text type configured fields.
Nested Schema : ApiEntityProgramBudgetTransactionCostInput
Type:
object
Title:
ApiEntityProgramBudgetTransactionCostInput
This entity represents a ProgramBudgetTransactionCost object, a unique ProgramBudgetTransactionCost object can be identified by the following combinations of the fields.
Show Source
- programBudgetTransactionId
-
amountCostCOR(required): number
(double)
The amount that the budget row has changed as the result of transactions. This is an input field, will not be a part of response.
-
laborRateCOR: number
(double)
The cost per labor hour of the budget line item. This is an input field, will not be a part of response.
-
programBudgetTransactionId: integer
(int64)
The system-generated identifier for a transaction.
-
unitRateCOR: number
(double)
The cost per Unit of Measure for the budget line item. This is an input field, will not be a part of response.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Program Budget Change service. Verify the request contains valid data, then resubmit the request.