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
Request Body - application/json ()
Root Schema : List<ApiEntityProgramBudgetTransferInput>
Type: array
Title: List<ApiEntityProgramBudgetTransferInput>
Show Source
  • ApiEntityProgramBudgetTransferInput
    Title: ApiEntityProgramBudgetTransferInput
    This 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: object
Title: ApiEntityProgramBudgetTransferInput
This 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
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a program budget transfer.
Show Source
  • ApiEntityProgramBudgetTransferConfiguredFieldValueInput
    Title: ApiEntityProgramBudgetTransferConfiguredFieldValueInput
    This 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: array
List of all program budget transfer transactions of a program budget transfer.
Show Source
  • ApiEntityProgramBudgetTransferTransactionInput
    Title: ApiEntityProgramBudgetTransferTransactionInput
    This entity represents a ProgramBudgetTransferTransaction object, a unique ProgramBudgetTransferTransaction object can be identified by the following combinations of the fields.
    • programBudgetTransactionId
Nested Schema : projectBudgetTransferTransactions
Type: array
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.
Show Source
  • ApiEntityBudgetTransferTransactionInput
    Title: ApiEntityBudgetTransferTransactionInput
    This entity represents a BudgetTransferTransaction object, a unique BudgetTransferTransaction object can be identified by the following combinations of the fields.
    • budgetTransactionId
Nested Schema : ApiEntityProgramBudgetTransferConfiguredFieldValueInput
Type: object
Title: ApiEntityProgramBudgetTransferConfiguredFieldValueInput
This entity represents a ProgramBudgetTransferConfiguredFieldValue object, a unique ProgramBudgetTransferConfiguredFieldValue object can be identified by the following combinations of the fields.
  • programBudgetTransferConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • This holds values for Date type configured fields.
  • Read Only: true
    Maximum Length: 4000
    Deprecated. As of 23.10.
    Provides the error message for why the formula calculation resulted in an error.
  • Read Only: true
    Deprecated. As of 23.10.
    Determines if formula calculation hit an error calculating a value for this field.
  • 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.
  • The system generated identifier of a Program Budget Transfer Configured Field assigned to a Program Budget Transfer.
  • Read Only: true
    Deprecated. As of 23.11.
    The system-generated identifier of a Program Budget Transfer.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Nested Schema : ApiEntityProgramBudgetTransferTransactionInput
Type: object
Title: ApiEntityProgramBudgetTransferTransactionInput
This entity represents a ProgramBudgetTransferTransaction object, a unique ProgramBudgetTransferTransaction object can be identified by the following combinations of the fields.
  • programBudgetTransactionId
Show Source
Nested Schema : configuredFields
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
  • 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
Show Source
  • 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.
  • programBudgetTransactionConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • This holds values for Date type configured fields.
  • Read Only: true
    Maximum Length: 4000
    Deprecated. As of 23.10.
    Provides the error message for why the formula calculation resulted in an error.
  • Read Only: true
    Deprecated. As of 23.10.
    Determines if formula calculation hit an error calculating a value for this field.
  • 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.
  • The system generated identifier of a Program Budget Transaction Configured Field assigned to a Program Budget Transaction.
  • Read Only: true
    Deprecated. As of 23.11.
    The system-generated identifier of a Program Budget Transaction.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
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.
  • programBudgetTransactionId
Show Source
Nested Schema : ApiEntityBudgetTransferTransactionInput
Type: object
Title: ApiEntityBudgetTransferTransactionInput
This entity represents a BudgetTransferTransaction object, a unique BudgetTransferTransaction object can be identified by the following combinations of the fields.
  • budgetTransactionId
Show Source
Nested Schema : budgetTransactionCost
The cost of a budget transaction.
Match All
Show Source
  • ApiEntityBudgetTransactionCostInput
    Title: ApiEntityBudgetTransactionCostInput
    This entity represents a BudgetTransactionCost object, a unique BudgetTransactionCost object can be identified by the following combinations of the fields.
    • budgetTransactionId
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget transfer transaction.
Show Source
  • ApiEntityBudgetTransactionConfiguredFieldValueInput
    Title: ApiEntityBudgetTransactionConfiguredFieldValueInput
    This 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: object
Title: ApiEntityBudgetTransactionCostInput
This entity represents a BudgetTransactionCost object, a unique BudgetTransactionCost object can be identified by the following combinations of the fields.
  • budgetTransactionId
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFieldValueInput
Type: object
Title: ApiEntityBudgetTransactionConfiguredFieldValueInput
This entity represents a BudgetTransactionConfiguredFieldValue object, a unique BudgetTransactionConfiguredFieldValue object can be identified by the following combinations of the fields.
  • budgetTransactionConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • The unique identifier for the Transaction Configured Field.
  • Read Only: true
    Deprecated. As of 23.11.
    The system-generated identifier for a transaction.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • This holds values for Date type configured fields.
  • Read Only: true
    Maximum Length: 4000
    Deprecated. As of 23.10.
    Provides the error message for why the formula calculation resulted in an error.
  • Read Only: true
    Deprecated. As of 23.10.
    Determines if formula calculation hit an error calculating a value for this field.
  • 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.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
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.
Back to Top