Returns the Project budget for the ProjectId provided.
get
/primeapi/restapi/v16.2/projectBudget/{id}
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
ID of the Project whose Project Budget has to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
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.
404 Response
The Project Budget does not exist or you do not have access to it.