Updates the Project Budget for the ProjectId provided.
put
/primeapi/restapi/v16.2/projectBudget
Request
Supported Media Types
- application/json
Body Parameter
Project Budget to be updated.
Root Schema : ApiEntityProjectBudget
Type:
object
- approvedDate
-
Type:
string
(date-time
)The date the project budget was approved. - budgetSource
-
Type:
string
Allowed Values:[ "SCOPE" ]
- budgetStatus
-
Type:
string
Allowed Values:[ "DRAFT", "PENDING", "REJECTED", "APPROVED" ]
The status of the project budget. - manualBudgetEnabled
-
Type:
boolean
Default Value:false
- projectBudgetId
-
Type:
integer
(int64
)KEY - withdrawDate
-
Type:
string
(date-time
)The date the approval of the budget is withdrawn.
Response
Supported Media Types
- application/json
Default Response
successful operation