| Description | HTTP Request | 
|---|---|
| Create roster shift | 
        POST /api/v2/business/{businessId}/rostershift | 
      
	  
    
| Find Matching Clock Off Roster Shift | 
        GET /api/v2/business/{businessId}/rostershift/{employeeId}/matchingclockoff | 
      
	  
    
| Find Matching Clock On Roster Shift | 
        GET /api/v2/business/{businessId}/rostershift/{employeeId}/matchingclockon | 
      
	  
    
| Find Nearby Roster Shifts | 
        GET /api/v2/business/{businessId}/rostershift/{employeeId}/nearby | 
      
	  
    
| Get Roster Shifts | 
        GET /api/v2/business/{businessId}/rostershift | 
      
	  
    
| Stub Shift Timesheets | 
        POST /api/v2/business/{businessId}/rostershift/{rosterShiftId}/stub | 
      
	  
    
| Update roster shift | 
        PUT /api/v2/business/{businessId}/rostershift/{rosterShiftId} | 
      
	  
    
Powered by DapperDox