Create a Project Costing Source
post
/primeapi/restapi/cbs/project/{id}/projectCostingSource
Send a request to this endpoint to create a project costing source. An application object will be created using the JSON data provided in the request body.
Request
Supported Media Types
- application/json
Path Parameters
-
id: integer(int64)
A project costing source object.
A project costing source object.
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.
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
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.
400 Response
Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.