Recalculate Program Cost Sheet
post
                    /api/restapi/cbs/recalculate/program/{programId}
Send a request to this endpoint to recalculate program cost sheet for the given program ID.
                
                Request
Path Parameters
                - 
                    programId(required):  integer(int64)
                    
                    The system-generated unique identifier of a program.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
201 Response
Successful operation
                            
                            
                                Root Schema : ApiEntityScheduleJob
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:
trueThe 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:
trueDate when the record was last updated. 
400 Response
Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.