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