View a Project Costing Source
get
/primeapi/restapi/cbs/project/{id}/projectCostingSource
This endpoint returns project costing sources that meet the following requirements:
- The object is associated with a project with an ID value that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a project costing source.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityProjectCostingSource
Type:
Show Source
object
-
actualsSource:
string
Allowed Values:
[ "SCOPE" ]
The source of project actuals. -
approvedActualsEnabled:
boolean
Indicates project approved actuals are enabled.
-
budgetSource:
string
Allowed Values:
[ "SCOPE" ]
The source of a project budget. -
link(optional):
string(url)
Read Only:
true
-
manualBudgetEnabled:
boolean
Indicates a project manual budget is enabled.
-
projectCostingSourceId:
integer(int64)
-
projectId:
integer(int64)
The unique identifier for the project.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
404 Response
The requested object does not exist, or you do not have access to it.