RecalculateAssignmentCosts
post
                    /job/recalculateAssignmentCosts
Asynchronously updates the resource and role assignment costs for the activities in the specified project.
                Request
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
Supported Media Types
                            - application/json
Root Schema : List<RecalculateAssignmentCosts>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<RecalculateAssignmentCosts>- 
            Array of: 
                object  RecalculateAssignmentCosts
            
            Title:RecalculateAssignmentCostsRecalculateAssignmentCosts Entity
Nested Schema : RecalculateAssignmentCosts
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RecalculateAssignmentCostsRecalculateAssignmentCosts Entity
    
    
    
    
        Show Source
        - 
                
                    
                    ProjectObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated project.
- 
                
                    
                    SynchronizeOvertimeFactor: boolean
                    
                    
                     
                    
                
                
                Flag that indicates that the overtime factor for the resource should be included when recalculating cost
- 
                
                    
                    Timeout: integer
                    
                    
                     (int32) 
                    
                
                
                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.
Response
Supported Media Types
                - application/json
201 Response
OK.
                            
                            
                                Root Schema : JobServiceResponse
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JobServiceResponseJobServiceResponse Entity
    
    
    
    
        Show Source
        - 
                
                    
                    JobId: string
                    
                    
                     
                    
                
                
                The unique ID of the associated job.
- 
                
                    
                    JobStatus: string
                    
                    
                     
                    
                
                
                Status of the job.
400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.