| BadgeNo | String | "368203" | Unique employee badge number | 
        
            | Name | String | "Abdallah, Mohamed" | Employee full name | 
        
            | Contract | String | "Static" | Employee contract type | 
        
            | Active | Integer | 1 | 0 = Employee last day of employment set, 1 = Employee is active | 
        
            | SkillList | String | "Intermediate Care Technician" | List of employee skills | 
        
            | Agreement Template | String | "Medical Services Static 4/4 & 4/3 (NEW),Falck Static 4/4 (NEW)" | Employee Agrement Template required for employee to be scheduled | 
        
            | StartDate | String | "2007-10-08" | Employee start date in the following format: "YYYY-MM-DD" | 
        
            | EndDate | String | "2008-11-08" | Employee last day of employment in the following format: "YYYY-MM-DD" | 
        
            | Entitlement | Float | 17.5 | Employee total entitlement hours | 
        
            | Used | Float | 13.0 | Entitlement hours used by employee | 
        
            | Balance | Float | 13.0 | Remaining employee entitlement hours | 
        
            | unitId | String | "60500" | Unique Business Unit ID number for a specific District | 
        
            | districtId | String | "10291" | Unique District ID | 
        
            | unitName | String | "Imperial" | Unique Business Unit name for a specific District |