RecalculateAssignmentCosts

post

/job/recalculateAssignmentCosts

Asynchronously updates the resource and role assignment costs for the activities in the specified project.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of project objects for recalculateAssignmentCosts service
Root Schema : List<RecalculateAssignmentCosts>
Type: array
Title: List<RecalculateAssignmentCosts>
Show Source
Nested Schema : RecalculateAssignmentCosts
Type: object
Title: RecalculateAssignmentCosts
RecalculateAssignmentCosts Entity
Show Source
  • The unique ID of the associated project.
  • Flag that indicates that the overtime factor for the resource should be included when recalculating cost
  • The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When this operation is used without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : JobServiceResponse
Type: object
Title: JobServiceResponse
JobServiceResponse Entity
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top