View Budget Transfer by Code and Project Budget

get

/primeapi/restapi/budgetTransfer/projectBudget/{id}/code/{code}

This endpoint returns budget transfers that meet the following requirements:
  • The object has a code that matches the value of the {code} path parameter.
  • The object is associated with a project budget with an ID value that matches the value of the {id} path parameter.
Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityBudgetTransfer
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : budgetTransactions
Type: array
List of all budget transactions for the budget transfer.
Show Source
Nested Schema : ApiEntityBudgetTransferConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityBudgetTransferTransaction
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityBudgetTransactionCost
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured cost fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured other fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured text fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost, non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

404 Response

The requested budget transfer does not exist, or you do not have access to it.