Batch Update Program Budget Transfers
put
/api/restapi/programBudgetTransfer/batch
Send a request to this endpoint to update one or more program budget transfers. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityProgramBudgetTransferInput>
Type:
arrayTitle:
Show Source
List<ApiEntityProgramBudgetTransferInput>-
Array of:
object ApiEntityProgramBudgetTransferInput
Title:
ApiEntityProgramBudgetTransferInputThis entity represents a ProgramBudgetTransfer object, a unique ProgramBudgetTransfer object can be identified by the following combinations of the fields.- programBudgetTransferId
- programBudgetTransferCode,programId
- programBudgetTransferCode,programCode,workspaceCode
- programBudgetTransferCode,programBudgetId
Nested Schema : ApiEntityProgramBudgetTransferInput
Type:
objectTitle:
ApiEntityProgramBudgetTransferInputThis entity represents a ProgramBudgetTransfer object, a unique ProgramBudgetTransfer object can be identified by the following combinations of the fields.
Show Source
- programBudgetTransferId
- programBudgetTransferCode,programId
- programBudgetTransferCode,programCode,workspaceCode
- programBudgetTransferCode,programBudgetId
-
budgetItemId: integer
(int64)
The system-generated identifier for a budget.
-
configuredFields: array
configuredFields
The list of configured fields for a program budget transfer.
-
description: string
Minimum Length:
0Maximum Length:4000Additional information about the program budget transfer. -
programBudgetTransferCode: string
Maximum Length:
60The unique identifier of the program budget transfer request. -
programBudgetTransferId: integer
(int64)
The system-generated identifier of a program budget transfer.
-
programBudgetTransferTransactions: array
programBudgetTransferTransactions
List of all program budget transfer transactions of a program budget transfer.
-
programCode: string
Maximum Length:
60The user-specified unique identifier of a program. -
programId(required): integer
(int64)
The unique identifier for the program.
-
projectBudgetTransferTransactions: array
projectBudgetTransferTransactions
List of all project budget transactions of a program budget transfer. This field represents the transactions which involves project budget item in a program budget transfer.
-
workspaceCode: string
Maximum Length:
60The 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:
arrayThe list of configured fields for a program budget transfer.
Show Source
-
Array of:
object ApiEntityProgramBudgetTransferConfiguredFieldValueInput
Title:
ApiEntityProgramBudgetTransferConfiguredFieldValueInputThis entity represents a ProgramBudgetTransferConfiguredFieldValue object, a unique ProgramBudgetTransferConfiguredFieldValue object can be identified by the following combinations of the fields.- programBudgetTransferConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
Nested Schema : programBudgetTransferTransactions
Type:
arrayList of all program budget transfer transactions of a program budget transfer.
Show Source
-
Array of:
object ApiEntityProgramBudgetTransferTransactionInput
Title:
ApiEntityProgramBudgetTransferTransactionInputThis entity represents a ProgramBudgetTransferTransaction object, a unique ProgramBudgetTransferTransaction object can be identified by the following combinations of the fields.- programBudgetTransactionId
Nested Schema : projectBudgetTransferTransactions
Type:
arrayList of all project budget transactions of a program budget transfer. This field represents the transactions which involves project budget item in a program budget transfer.
Show Source
-
Array of:
object ApiEntityBudgetTransferTransactionInput
Title:
ApiEntityBudgetTransferTransactionInputThis entity represents a BudgetTransferTransaction object, a unique BudgetTransferTransaction object can be identified by the following combinations of the fields.- budgetTransactionId
Nested Schema : ApiEntityProgramBudgetTransferConfiguredFieldValueInput
Type:
objectTitle:
ApiEntityProgramBudgetTransferConfiguredFieldValueInputThis entity represents a ProgramBudgetTransferConfiguredFieldValue object, a unique ProgramBudgetTransferConfiguredFieldValue object can be identified by the following combinations of the fields.
Show Source
- programBudgetTransferConfiguredFieldValueId
- 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:
1Maximum Length:100The user-specified UDF column label. -
columnName: string
Minimum Length:
1Maximum Length:100The 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.
-
programBudgetTransferConfiguredFieldValueId: integer
(int64)
The system generated identifier of a Program Budget Transfer Configured Field assigned to a Program Budget Transfer.
-
textValue: string
Maximum Length:
4000This holds values for Boolean, List and Text type configured fields.
Nested Schema : ApiEntityProgramBudgetTransferTransactionInput
Type:
objectTitle:
ApiEntityProgramBudgetTransferTransactionInputThis entity represents a ProgramBudgetTransferTransaction object, a unique ProgramBudgetTransferTransaction 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.
-
budgetTransferType: string
Allowed Values:
[ "TO", "FROM" ]Specifies whether the budget row is transfer from budget record or transfer to budget record. -
configuredFields: array
configuredFields
An object containing configured fields in the form of key-value pairs.
-
crossEntityBudgetTransactionId: integer
(int64)
The system-generated identifier for a transaction.
-
crossEntityBudgetTransferId: integer
(int64)
The system-generated identifier for a transfer.
-
crossEntityTransferFromId: integer
(int64)
The budget ID of the Transfer From project budget record.
-
productionRate: number
(double)
Minimum Value:
0.000010The number of hours per unit of measure needed to complete the budget line item. -
programBudgetItemId: integer
(int64)
A unique identifier for the budget item (Change Budget Line).
-
programBudgetTransactionCode: string
Maximum Length:
60The 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.
-
programBudgetTransferId: 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.
-
quantity: number
(double)
The number of each budget line item needed to complete the work.
-
transferFromProgramBudgetItemId: integer
(int64)
The budget ID of the Transfer From Budget record.
-
transferToProgramBudgetItemId: integer
(int64)
The budget ID of the Transfer To Budget record.
-
unitOfMeasureId: integer
(int64)
The Unit of Measure used for the budget line item detail.
Nested Schema : configuredFields
Type:
arrayAn object containing configured fields in the form of key-value pairs.
Show Source
-
Array of:
object ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
Title:
ApiEntityProgramBudgetTransactionConfiguredFieldValueInputThis 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:
ApiEntityProgramBudgetTransactionCostInputThis entity represents a ProgramBudgetTransactionCost object, a unique ProgramBudgetTransactionCost object can be identified by the following combinations of the fields.- programBudgetTransactionId
Nested Schema : ApiEntityProgramBudgetTransactionConfiguredFieldValueInput
Type:
objectTitle:
ApiEntityProgramBudgetTransactionConfiguredFieldValueInputThis 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:
1Maximum Length:100The user-specified UDF column label. -
columnName: string
Minimum Length:
1Maximum Length:100The 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:
4000This holds values for Boolean, List and Text type configured fields.
Nested Schema : ApiEntityProgramBudgetTransactionCostInput
Type:
objectTitle:
ApiEntityProgramBudgetTransactionCostInputThis 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.
Nested Schema : ApiEntityBudgetTransferTransactionInput
Type:
objectTitle:
ApiEntityBudgetTransferTransactionInputThis entity represents a BudgetTransferTransaction object, a unique BudgetTransferTransaction object can be identified by the following combinations of the fields.
Show Source
- budgetTransactionId
-
action: string
Allowed Values:
[ "DELETE" ]Provide value for this field during object update to delete the assigned configured field value. -
budgetItemId: integer
(int64)
A unique identifier for the budget item (Change Budget Line).
-
budgetTransactionCost:
budgetTransactionCost
The cost of a budget transaction.
-
budgetTransactionId: integer
(int64)
The system-generated identifier of a budget transaction.
-
budgetTransferId: 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.
-
budgetTransferType: string
Allowed Values:
[ "TO", "FROM" ]Specifies whether the budget row is transfer from budget record or transfer to budget record. -
configuredFields: array
configuredFields
The list of configured fields for a budget transfer transaction.
-
crossEntityBudgetTransactionId: integer
(int64)
The system-generated identifier of a source budget transaction which has cross entity budget item involved.
-
crossEntityBudgetTransferId: integer
(int64)
The system-generated identifier of a project budget transfer of an object to which the project budget item is added in a destination transaction of a cross entity transfer.
-
crossEntityTransferFromId: integer
(int64)
The system-generated identifier of a budget item added in a cross object transfer. This field is required to be provided in a destination transaction of a cross entity transfer to identify the source budget item. For example, In a program to project Project Budget Transfer, the program budget item ID has to be given in a destination transaction.
-
itemCode: string
Maximum Length:
60The system-generated unique identifier for the budget transaction item. -
productionRate: number
(double)
Minimum Value:
0.000010The number of hours per unit of measure needed to complete the budget line item. -
quantity: number
(double)
The number of each budget line item needed to complete the work.
-
transactionType: string
Allowed Values:
[ "ORIGINAL", "CHANGE", "TRANSFER" ]Specifies whether the budget row is an original, change, or transfer value. -
transferFromId(required): integer
(int64)
The unique identifier for the source budget line item. This identifies the ID of the budget item item you are transferring money from through the transfer.
-
transferToId: integer
(int64)
The unique identifier for the destination budget line item. This identifies the ID of the budget item you are transferring money to through the transfer.
-
unitOfMeasureId: integer
(int64)
The Unit of Measure used for the budget line item detail.
Nested Schema : budgetTransactionCost
The cost of a budget transaction.
Match All
The cost of a budget transaction.
Show Source
-
object
ApiEntityBudgetTransactionCostInput
Title:
ApiEntityBudgetTransactionCostInputThis entity represents a BudgetTransactionCost object, a unique BudgetTransactionCost object can be identified by the following combinations of the fields.- budgetTransactionId
Nested Schema : configuredFields
Type:
arrayThe list of configured fields for a budget transfer transaction.
Show Source
-
Array of:
object ApiEntityBudgetTransactionConfiguredFieldValueInput
Title:
ApiEntityBudgetTransactionConfiguredFieldValueInputThis entity represents a BudgetTransactionConfiguredFieldValue object, a unique BudgetTransactionConfiguredFieldValue object can be identified by the following combinations of the fields.- budgetTransactionConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
Nested Schema : ApiEntityBudgetTransactionCostInput
Type:
objectTitle:
ApiEntityBudgetTransactionCostInputThis entity represents a BudgetTransactionCost object, a unique BudgetTransactionCost object can be identified by the following combinations of the fields.
Show Source
- budgetTransactionId
-
amountCostProject: number
(double)
The amount that the budget row has changed as the result of transactions. This value is based on the project currency.
-
budgetTransactionId: integer
(int64)
The system-generated identifier of a budget transaction.
-
laborRateProject: number
(double)
The cost per labor hour of the budget line item detail. This value is based on the project currency.
-
unitRateProject: number
(double)
The cost per Unit of Measure for the budget line item detail. This value is based on the project currency.
Nested Schema : ApiEntityBudgetTransactionConfiguredFieldValueInput
Type:
objectTitle:
ApiEntityBudgetTransactionConfiguredFieldValueInputThis entity represents a BudgetTransactionConfiguredFieldValue object, a unique BudgetTransactionConfiguredFieldValue object can be identified by the following combinations of the fields.
Show Source
- budgetTransactionConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
-
action: string
Allowed Values:
[ "DELETE" ]Provide value for this field during object update to delete the assigned configured field value. -
budgetTransactionConfiguredFieldValueId: integer
(int64)
The unique identifier for the Transaction Configured Field.
-
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:
1Maximum Length:100The user-specified UDF column label. -
columnName: string
Minimum Length:
1Maximum Length:100The 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.
-
textValue: string
Maximum Length:
4000This holds values for Boolean, List and Text type configured fields.
Examples
Back to Top
Response
200 Response
A collection of object IDs mapped to a canonical link of the object with corresponding warning messages if any warnings were generated while processing the update request. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"},"warnings":[{"primaryKeyName":"objectIdFieldName","uniqueFieldName":"object_code_01","uniqueFieldValue":"objectCodeFieldName","primaryKeyValue":1,"warningMessages":["warning_message_1","warning_message_2"]}]}
400 Response
Invalid input for the Program Budget Transfer service. Verify the request contains valid data, then resubmit the request.