Update a Project Costing Source
put
/primeapi/restapi/cbs/project/{id}/projectCostingSource
Send a request to this endpoint to update a project cost source. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.
Request
Supported Media Types
- application/json
Path Parameters
-
id: integer(int64)
UNDEFINED
UNDEFINED
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
204 Response
Successful operation with no content.
400 Response
Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.