Returns the Project budget Transfers for the code provided.
get
/primeapi/restapi/v16.2/projectBudgetTransfer/code/{code}
Request
Path Parameters
- code
-
Type:
stringRequired:trueCode of the Project Budget Transfer that has to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectBudgetTransfer
Type:
object- description
-
Type:
stringAllowed Values:[ "Length[1-4000]" ]Details supporting the transfer request. - finalizedBy
-
Type:
stringThe username of the user who accepted or rejected the transfer request. - itemCode
-
Type:
stringThe unique identifier of the project budget transfer request. - itemPrefix
-
Type:
stringThe auto numbering prefix of the code. - itemSuffix
-
Type:
integer(int64)The auto numbering suffix of the code. - lastModifiedBy
-
Type:
stringThe username of the user who last made changes to the item. - projectBudgetId
-
Type:
integer(int64)The unique identifier for the project budget transfer line item. - projectBudgetTransferId
-
Type:
integer(int64)The unique identifier of the project budget transfer request. - status
-
Type:
stringAllowed Values:[ "DRAFT", "PENDING", "REJECTED", "APPROVED" ]The state of the project budget transfer request. Pending: The change request is awaiting a decision. Approved: The change request was approved. Rejected: The change request was not approved. - submittedBy
-
Type:
stringThe username of the user that submitted the item.
404 Response
The Project Budget Transfer does not exist or you do not have access to it.