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:
stringAllowed Values:[ "SCOPE" ] - budgetStatus
-
Type:
stringAllowed Values:[ "DRAFT", "PENDING", "REJECTED", "APPROVED" ]The status of the project budget. - manualBudgetEnabled
-
Type:
booleanDefault 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