Returns the project costing source for the specific project.
get
/primeapi/restapi/v16.2/cbs/project/{id}/projectCostingSource
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectCostingSource
Type:
object
- actualsSource
-
Type:
string
Required:true
Allowed Values:[ "SCOPE" ]
ENUM - approvedActualsEnabled
-
Type:
boolean
Required:true
Default Value:false
BOOLEAN - budgetSource
-
Type:
string
Required:true
Allowed Values:[ "SCOPE" ]
ENUM - manualBudgetEnabled
-
Type:
boolean
Required:true
Default Value:false
BOOLEAN - projectCostingSourceId
-
Type:
integer
(int64
)Required:true
- projectId
-
Type:
integer
(int64
)Required:true
The unique identifier for the project.