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:
stringRequired:trueAllowed Values:[ "SCOPE" ]ENUM - approvedActualsEnabled
-
Type:
booleanRequired:trueDefault Value:falseBOOLEAN - budgetSource
-
Type:
stringRequired:trueAllowed Values:[ "SCOPE" ]ENUM - manualBudgetEnabled
-
Type:
booleanRequired:trueDefault Value:falseBOOLEAN - projectCostingSourceId
-
Type:
integer(int64)Required:true - projectId
-
Type:
integer(int64)Required:trueThe unique identifier for the project.