Recalculate Project Cost Sheet
post
/api/restapi/cbs/recalculate/project/{projectId}
Send a request to this endpoint to recalculate project cost sheet for the given project ID.
Request
Path Parameters
-
projectId(required): integer(int64)
The system-generated identifier of a project.
Supported Media Types
- application/json
Root Schema : List<String>
Type:
array
Title:
Show Source
List<String>
-
Array of:
string
Allowed Values:
[ "ACTUALS", "BUDGET", "COMMITMENTS", "CONTRACTS", "RISKS", "SCOPE", "FORMULA_CONFIGURED_FIELDS" ]
Response
Supported Media Types
- application/json
201 Response
Successful operation
Root Schema : ApiEntityScheduleJob
Type:
object
Title:
Show Source
ApiEntityScheduleJob
-
jobId: integer
(int64)
The unique identifier for the background service.
-
jobKey: integer
(int64)
The unique identifier for a job.
-
jobStatus: string
Allowed Values:
[ "NEW", "QUEUED", "RUNNING", "DELEGATED", "ON_HOLD", "REJECTED", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED", "NOOP", "COMPLETED_WITH_WARNINGS", "RETRIED" ]
The status of the background service. -
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
400 Response
Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.