| Description | HTTP Request | 
|---|---|
| Activate Employee | 
        POST /api/v2/business/{businessId}/employee/activate/{employeeId} | 
      
	  
    
| Create or Update Employee | 
        POST /api/v2/business/{businessId}/employee/unstructured | 
      
	  
    
| Delete Employee | 
        DELETE /api/v2/business/{businessId}/employee/{employeeId} | 
      
	  
    
| Delete Employee Profile Image | 
        DELETE /api/v2/business/{businessId}/employee/{employeeId}/image | 
      
	  
    
| Get Employee By External ID | 
        GET /api/v2/business/{businessId}/employee/unstructured/externalid/{externalId} | 
      
	  
    
| Get Employee By External Reference ID | 
        GET /api/v2/business/{businessId}/employee/unstructured/externalreferenceid/{externalReferenceId}/{source} | 
      
	  
    
| Get Employee By ID | 
        GET /api/v2/business/{businessId}/employee/unstructured/{employeeId} | 
      
	  
    
| Get Employee Notes | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/notes | 
      
	  
    
| Get Employee Profile Image | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/image | 
      
	  
    
| Get Employee Shift Conditions | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/shiftcondition | 
      
	  
    
| Get Employee Work Types | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/worktype | 
      
	  
    
| Get Employee basic details by ID | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/details | 
      
	  
    
| Get Leave Balances | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/leavebalances | 
      
	  
    
| Get Opening Balances | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/openingbalances | 
      
	  
    
| Get Pay Rates | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/payrate | 
      
	  
    
| Get standard hours for employee | 
        GET /api/v2/business/{businessId}/employee/{employeeId}/standardhours | 
      
	  
    
| Grant Kiosk Access | 
        POST /api/v2/business/{businessId}/employee/grantkioskaccess/{employeeId} | 
      
	  
    
| List Employees | 
        GET /api/v2/business/{businessId}/employee/unstructured | 
      
	  
    
| List basic details for employees | 
        GET /api/v2/business/{businessId}/employee/details | 
      
	  
    
| Revoke Kiosk Access | 
        POST /api/v2/business/{businessId}/employee/revokekioskaccess/{employeeId} | 
      
	  
    
| Set Employee Notes | 
        POST /api/v2/business/{businessId}/employee/{employeeId}/notes | 
      
	  
    
| Set Employee Profile Image | 
        POST /api/v2/business/{businessId}/employee/{employeeId}/image | 
      
	  
    
| Set Opening Balances | 
        POST /api/v2/business/{businessId}/employee/{employeeId}/openingbalances | 
      
	  
    
| Set standard hours for employee | 
        PUT /api/v2/business/{businessId}/employee/{employeeId}/standardhours | 
      
	  
    
| Update Employee | 
        PUT /api/v2/business/{businessId}/employee/unstructured/{employeeId} | 
      
	  
    
Powered by DapperDox